Home
last modified time | relevance | path

Searched defs:bc_ins (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/verifier/
Dverifier.cpp107 auto bc_ins = BytecodeInstruction(code_data.GetInstructions()); in VerifyRegisterIndex() local
204 auto bc_ins = BytecodeInstruction(ins_arr); in CollectIdInInstructions() local
278 size_t Verifier::GetVRegCount(const BytecodeInstruction &bc_ins) in GetVRegCount()
288 bool Verifier::CheckVRegIdx(const BytecodeInstruction &bc_ins, const size_t count, const uint32_t m… in CheckVRegIdx()
335 std::optional<int64_t> Verifier::GetFirstImmFromInstruction(const BytecodeInstruction &bc_ins) in GetFirstImmFromInstruction()
550 bool Verifier::VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &… in VerifyJumpInstruction()
581 bool Verifier::GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins, uint32_t &first_slot_ind… in GetIcSlotFromInstruction()
632 auto bc_ins = BytecodeInstruction(ins_arr); in CheckConstantPoolMethodContent() local
/arkcompiler/runtime_core/abc2program/common/
Dabc_code_converter.cpp23 std::string AbcCodeConverter::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId met… in IDToString()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp684 const auto bc_ins = BytecodeInstruction(code_accessor.GetInstructions()); in GetExceptions() local
738 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_… in LocateTryBlock()
791 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &b… in LocateCatchBlock()
1852 std::string Disassembler::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_… in IDToString()
1886 BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, in translateImmToLabel()
1925 auto bc_ins = BytecodeInstruction(ins_arr); in GetInstructions() local
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp59 auto bc_ins = BytecodeInstruction(ins_arr); in FillInsWithoutLabels() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp791 auto bc_ins = BytecodeInstruction(ins_arr); in TEST() local