Home
last modified time | relevance | path

Searched refs:IsMethodStaticConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp690 …if (IS_STATIC ? GetRuntime()->IsMethodStaticConstructor(method) : GetRuntime()->IsInstanceConstruc… in IsInConstructor()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h295 bool IsMethodStaticConstructor([[maybe_unused]] MethodPtr method) const override;
Dcompiler.cpp354 bool PandaRuntimeInterface::IsMethodStaticConstructor(MethodPtr method) const in IsMethodStaticConstructor() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h353 virtual bool IsMethodStaticConstructor([[maybe_unused]] MethodPtr method) const in IsMethodStaticConstructor() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp852 auto isCctor = graph->GetRuntime()->IsMethodStaticConstructor(method); in VisitLoadString()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3192 !ctor->GetGraph()->GetRuntime()->IsMethodStaticConstructor(ctor->GetGraph()->GetMethod())) { in VisitLoadString()