Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h221 bool IsMethodStatic(MethodPtr method) const override in IsMethodStatic() function
228 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp342 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parentMethod, MethodId id) const in IsMethodStatic() function in panda::PandaRuntimeInterface
349 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr method) const in IsMethodStatic() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h324 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id)… in IsMethodStatic() function
329 virtual bool IsMethodStatic([[maybe_unused]] MethodPtr method) const in IsMethodStatic() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dchecks_elimination_test.cpp33 bool IsMethodStatic([[maybe_unused]] MethodPtr method) const override in IsMethodStatic() function