Home
last modified time | relevance | path

Searched defs:bc_ins (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/abc2program/common/
H A Dabc_code_converter.cpp23 std::string AbcCodeConverter::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, in IDToString() argument
/arkcompiler/runtime_core/libpandafile/util/
H A Dcollect_util.cpp118 GetLiteralArrayIdInBytecodeInst( const panda_file::File &file_, panda_file::File::EntityId method_id, panda::BytecodeInst<BytecodeInstMode::FAST> bc_ins) GetLiteralArrayIdInBytecodeInst() argument
[all...]
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp791 auto bc_ins = BytecodeInstruction(ins_arr); in TEST() local
/arkcompiler/runtime_core/verifier/
H A Dverifier.h45 BytecodeInstruction &bc_ins; member
H A Dverifier.cpp120 auto bc_ins = BytecodeInstruction(code_data.GetInstructions()); in VerifyRegisterIndex() local
233 auto bc_ins in CollectIdInInstructions() local
304 GetVRegCount(const BytecodeInstruction &bc_ins) GetVRegCount() argument
314 IsRangeInstAndHasInvalidRegIdx(const BytecodeInstruction &bc_ins, const size_t count, uint64_t valid_regs_num) IsRangeInstAndHasInvalidRegIdx() argument
348 CheckVRegIdx(const BytecodeInstruction &bc_ins, const size_t count, uint64_t valid_regs_num) CheckVRegIdx() argument
401 GetFirstImmFromInstruction(const BytecodeInstruction &bc_ins) GetFirstImmFromInstruction() argument
598 VerifyJumpInstruction(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, const BytecodeInstruction &bc_ins_first, const uint8_t *ins_arr, panda_file::File::EntityId code_id) VerifyJumpInstruction() argument
639 GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins, uint32_t &first_slot_index, bool &has_slot, bool &is_two_slot) GetIcSlotFromInstruction() 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
858 auto bc_ins = BytecodeInstruction(ins_arr); CheckConstantPoolMethodContent() local
[all...]
/arkcompiler/runtime_core/abc2program/
H A Dabc_code_processor.cpp59 auto bc_ins = BytecodeInstruction(ins_arr); in FillInsWithoutLabels() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp785 const auto bc_ins = BytecodeInstruction(code_accessor.GetInstructions()); 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, cons argument
2130 IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, size_t idx) const IDToString() 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
2202 auto bc_ins = BytecodeInstruction(ins_arr); GetInstructions() local
[all...]

Completed in 7 milliseconds