Home
last modified time | relevance | path

Searched defs:ins_arr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/verifier/
Dverifier.cpp202 const auto ins_arr = code_accessor.GetInstructions(); in CollectIdInInstructions() local
631 const auto ins_arr = code_accessor.GetInstructions(); in CheckConstantPoolMethodContent() local
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp58 const uint8_t *ins_arr = code_data_accessor_->GetInstructions(); in FillInsWithoutLabels() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1885 …tic void translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_arr, in translateImmToLabel()
1921 const auto ins_arr = code_accessor.GetInstructions(); in GetInstructions() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp789 const auto ins_arr = cda_f.GetInstructions(); in TEST() local