Home
last modified time | relevance | path

Searched refs:IsDestroyed (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinline_intrinsics.cpp191 if (!GetGraph()->GetRuntime()->IsDestroyed(GetGraph()->GetMethod()) && type != AnyBaseType::UNDEFINED_TYPE && in TryInline()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h368 bool IsDestroyed(MethodPtr method) const override
370 return MethodCast(method)->IsDestroyed();
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h581 bool IsDestroyed() const in IsDestroyed() function in ark::Method::VerificationStage
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h560 virtual bool IsDestroyed([[maybe_unused]] MethodPtr method) const in IsDestroyed() function in ark::compiler::RuntimeInterface

Completed in 7 milliseconds