Searched refs:ResolveOffsetByIndex (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/abc2program/common/ |
H A D | abc_code_converter.cpp | 26 panda_file::File::EntityId entity_id = file_.ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | runtime_adapter.h | 46 uint32_t ResolveOffsetByIndex(MethodPtr parent_method, uint16_t index) const override 48 return panda_file_.ResolveOffsetByIndex(MethodCast(parent_method), index).GetOffset();
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder-inl.h | 34 type_id = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), bc_inst->GetId(0).AsIndex()); in BuildLoadFromPool()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | runtime_interface.h | 68 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex() function in panda::compiler::RuntimeInterface
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file.h | 335 EntityId ResolveOffsetByIndex(EntityId id, Index idx) const in ResolveOffsetByIndex() function in panda::panda_file::File
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | compiler_inst_test.cpp | 982 * @tc.desc: Verify the ResolveOffsetByIndex function. 999 EXPECT_EQ(interface.ResolveOffsetByIndex(method, 0), 0); in HWTEST_F()
|
/arkcompiler/runtime_core/verifier/ |
H A D | verifier.cpp | 256 const auto string_id = file_->ResolveOffsetByIndex(method_id, arg_string_idx); in CollectIdInInstructions()
|
/arkcompiler/runtime_core/disassembler/ |
H A D | disassembler.cpp | 2133 const auto offset = file_->ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()
|
Completed in 9 milliseconds