Searched defs:bc_ins_last (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | emitter_test.cpp | 792 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in TEST() local
|
| /arkcompiler/runtime_core/verifier/ |
| H A D | verifier.h | 46 const BytecodeInstruction &bc_ins_last; member
|
| H A D | verifier.cpp | 121 const auto bc_ins_last = bc_ins.JumpTo(code_data.GetCodeSize()); in VerifyRegisterIndex() local 234 const auto bc_ins_last = bc_ins.JumpTo(ins_size); in CollectIdInInstructions() local 598 bool Verifier::VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in VerifyJumpInstruction() argument 569 PrecomputeInstructionIndices(const BytecodeInstruction &bc_ins_start, const BytecodeInstruction &bc_ins_last) PrecomputeInstructionIndices() argument 666 VerifyCatchBlocks(panda_file::CodeDataAccessor::TryBlock &try_block, const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last) VerifyCatchBlocks() argument 714 VerifyTryBlocks(panda_file::CodeDataAccessor &code_accessor, const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last) VerifyTryBlocks() argument 859 const auto bc_ins_last = bc_ins.JumpTo(ins_size); CheckConstantPoolMethodContent() local [all...] |
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_code_processor.cpp | 60 const auto bc_ins_last = bc_ins.JumpTo(ins_size_); in FillInsWithoutLabels() local
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 786 const auto bc_ins_last = bc_ins.JumpTo(code_accessor.GetCodeSize()); in GetExceptions() local 839 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateTryBlock() argument 892 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, in LocateCatchBlock() argument 2162 translateImmToLabel(pandasm::Ins *pa_ins, LabelTable *label_table, const uint8_t *ins_arr, BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, panda_file::File::EntityId code_id) translateImmToLabel() argument 2203 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); GetInstructions() local [all...] |
Completed in 8 milliseconds