Home
last modified time | relevance | path

Searched defs:IsMethodStatic (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h217 bool IsMethodStatic(MethodPtr method) const override in IsMethodStatic() function
224 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp269 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parent_method, MethodId id) const in IsMethodStatic() function in panda::PandaRuntimeInterface
276 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr method) const in IsMethodStatic() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h268 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodId id… in IsMethodStatic() function
273 virtual bool IsMethodStatic([[maybe_unused]] MethodPtr method) const in IsMethodStatic() function