Home
last modified time | relevance | path

Searched defs:bc_ins_last (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp792 const auto bc_ins_last = bc_ins.JumpTo(ins_sz); in TEST() local
/arkcompiler/runtime_core/verifier/
H A Dverifier.h46 const BytecodeInstruction &bc_ins_last; member
H A Dverifier.cpp121 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 Dabc_code_processor.cpp60 const auto bc_ins_last = bc_ins.JumpTo(ins_size_); in FillInsWithoutLabels() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp786 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