Home
last modified time | relevance | path

Searched refs:ResolveOffsetByIndex (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/abc2program/common/
H A Dabc_code_converter.cpp26 panda_file::File::EntityId entity_id = file_.ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Druntime_adapter.h46 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 Dinst_builder-inl.h34 type_id = GetRuntime()->ResolveOffsetByIndex(GetGraph()->GetMethod(), bc_inst->GetId(0).AsIndex()); in BuildLoadFromPool()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Druntime_interface.h68 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex() function in panda::compiler::RuntimeInterface
/arkcompiler/runtime_core/libpandafile/
H A Dfile.h335 EntityId ResolveOffsetByIndex(EntityId id, Index idx) const in ResolveOffsetByIndex() function in panda::panda_file::File
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp982 * @tc.desc: Verify the ResolveOffsetByIndex function.
999 EXPECT_EQ(interface.ResolveOffsetByIndex(method, 0), 0); in HWTEST_F()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp256 const auto string_id = file_->ResolveOffsetByIndex(method_id, arg_string_idx); in CollectIdInInstructions()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2133 const auto offset = file_->ResolveOffsetByIndex(method_id, bc_ins.GetId(idx).AsIndex()); in IDToString()

Completed in 9 milliseconds