Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp480 const auto bc_ins = BytecodeInstruction(code_accessor.GetInstructions()); in GetExceptions() local
535 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_… in LocateTryBlock()
588 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &b… in LocateCatchBlock()
1550 std::string Disassembler::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_… in IDToString()
1583 BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, in translateImmToLabel()
1623 auto bc_ins = BytecodeInstruction(ins_arr); in GetInstructions() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp791 auto bc_ins = BytecodeInstruction(ins_arr); in TEST() local