Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h50 FieldId ResolveFieldIndex(MethodPtr parentMethod, 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/static_core/libpandafile/
Dfile.h304 EntityId ResolveFieldIndex(EntityId id, Index idx) const in ResolveFieldIndex() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h780 panda_file::File::EntityId ResolveFieldIndex(panda_file::File::Index idx) const in ResolveFieldIndex() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp69 compiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parentMethod, in ResolveFieldIndex() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h137 …virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] FieldI… in ResolveFieldIndex() function