Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h186 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
193 size_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t method_id) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h245 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
251 size_t GetClassIdForMethod(MethodPtr parent_method, size_t method_id) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h673 virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
679 …virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method, [[maybe_unused]] size_t unus… in GetClassIdForMethod() function