Home
last modified time | relevance | path

Searched defs:ResolveTypeIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h56 IdType ResolveTypeIndex(MethodPtr parentMethod, TypeIndex index) const override in ResolveTypeIndex() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h55 IdType ResolveTypeIndex(MethodPtr parentMethod, TypeIndex index) const override in ResolveTypeIndex() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp79 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parentMethod, in ResolveTypeIndex() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h143 …virtual IdType ResolveTypeIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] TypeInde… in ResolveTypeIndex() function