Home
last modified time | relevance | path

Searched defs:ResolveMethodIndex (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Druntime_adapter_dynamic.h35 uint32_t ResolveMethodIndex(MethodPtr parentMethod, uint16_t index) const override in ResolveMethodIndex() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h45 MethodId ResolveMethodIndex(MethodPtr parentMethod, MethodIndex index) const override in ResolveMethodIndex() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h288 panda_file::File::EntityId ResolveMethodIndex(panda_file::File::EntityId id, uint16_t idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h46 MethodId ResolveMethodIndex(MethodPtr parentMethod, MethodIndex index) const override in ResolveMethodIndex() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h298 EntityId ResolveMethodIndex(EntityId id, Index idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/libpandafile/
Dfile.h327 EntityId ResolveMethodIndex(EntityId id, Index idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h780 panda_file::File::EntityId ResolveMethodIndex(panda_file::File::Index idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp64 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parentMeth… in ResolveMethodIndex() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h130 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parentMethod, in ResolveMethodIndex() function