Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h44 MethodId ResolveMethodIndex(MethodPtr parent_method, MethodIndex index) const override in ResolveMethodIndex() function
/arkcompiler/runtime_core/libpandafile/
Dfile.h318 EntityId ResolveMethodIndex(EntityId id, Index idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/runtime/include/
Dclass.h777 panda_file::File::EntityId ResolveMethodIndex(panda_file::File::Index idx) const in ResolveMethodIndex() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp68 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parent_met… in ResolveMethodIndex() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h102 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parent_method, in ResolveMethodIndex() function