Home
last modified time | relevance | path

Searched defs:IsMethodStaticConstructor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dcompiler.cpp281 bool PandaRuntimeInterface::IsMethodStaticConstructor(MethodPtr method) const in IsMethodStaticConstructor() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h288 virtual bool IsMethodStaticConstructor([[maybe_unused]] MethodPtr method) const in IsMethodStaticConstructor() function