Home
last modified time | relevance | path

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

/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 panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h354 virtual bool IsMethodStaticConstructor([[maybe_unused]] MethodPtr method) const in IsMethodStaticConstructor() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3357 auto isCctor = graph->GetRuntime()->IsMethodStaticConstructor(method); in VisitLoadString()