Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h230 bool IsMethodStatic(MethodPtr method) const override in IsMethodStatic() function
237 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h229 bool IsMethodStatic(MethodPtr method) const override in IsMethodStatic() function
236 bool IsMethodStatic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodStatic() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp370 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parentMethod, MethodId id) const in IsMethodStatic() function in ark::PandaRuntimeInterface
377 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr method) const in IsMethodStatic() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h330 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id)… in IsMethodStatic() function
335 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