Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h54 FieldId ResolveFieldIndex(MethodPtr parent_method, FieldIndex index) const override in ResolveFieldIndex() function
/arkcompiler/runtime_core/libpandafile/
Dfile.h336 EntityId ResolveFieldIndex(EntityId id, Index idx) const in ResolveFieldIndex() function
/arkcompiler/runtime_core/runtime/include/
Dclass.h782 panda_file::File::EntityId ResolveFieldIndex(panda_file::File::Index idx) const in ResolveFieldIndex() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp74 compiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parent_metho… in ResolveFieldIndex() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h114 …virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] Field… in ResolveFieldIndex() function