Searched refs:ResolveOffsetByIndex (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder-inl.h | 34 …type_id = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), bc_inst->GetId(0).AsIndex()); in BuildLoadFromPool()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 45 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/ |
D | runtime_interface.h | 68 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex() function
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | inst_builder_gen.cpp.erb | 330 …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/ |
D | file.h | 327 EntityId ResolveOffsetByIndex(EntityId id, Index idx) const in ResolveOffsetByIndex() function
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 986 EXPECT_EQ(interface.ResolveOffsetByIndex(method, 0), 0); in __anon7b7a1abf1602()
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 1550 const auto offset = file_->ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()
|