Home
last modified time | relevance | path

Searched refs:ResolveOffsetByIndex (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h34 …type_id = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), bc_inst->GetId(0).AsIndex()); in BuildLoadFromPool()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h45 uint32_t ResolveOffsetByIndex(MethodPtr parent_method, uint16_t index) const override in ResolveOffsetByIndex() function
47 return panda_file_.ResolveOffsetByIndex(MethodCast(parent_method), index).GetOffset(); in ResolveOffsetByIndex()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h68 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex() function
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb330 …m_idx<%= id16_index %> = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), m_idx<%= id16…
334 …string_id<%= id16_index %> = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), string_id…
338 …literalarray_id<%= id16_index %> = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), lit…
/arkcompiler/runtime_core/libpandafile/
Dfile.h327 EntityId ResolveOffsetByIndex(EntityId id, Index idx) const in ResolveOffsetByIndex() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp986 EXPECT_EQ(interface.ResolveOffsetByIndex(method, 0), 0); in __anon7b7a1abf1602()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1550 const auto offset = file_->ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()