Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Druntime_adapter_dynamic.h75 uint32_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h118 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h145 virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h191 uint32_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
198 uint32_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t methodId) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h190 uint32_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
197 uint32_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t methodId) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dabcfile_wrapper.cpp114 size_t FileWrapper::GetClassIdForMethod(void *method) const in GetClassIdForMethod() function in libabckit::FileWrapper
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h249 uint32_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
255 uint32_t GetClassIdForMethod(MethodPtr parentMethod, size_t methodId) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1066 virtual uint32_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
1072 …virtual uint32_t GetClassIdForMethod([[maybe_unused]] MethodPtr method, [[maybe_unused]] size_t un… in GetClassIdForMethod() function