Searched defs:bc_ins (Results 1 – 3 of 3) sorted by relevance
107 auto bc_ins = BytecodeInstruction(code_data.GetInstructions()); in VerifyRegisterIndex() local204 auto bc_ins = BytecodeInstruction(ins_arr); in CollectIdInInstructions() local278 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
661 const auto bc_ins = BytecodeInstruction(code_accessor.GetInstructions()); in GetExceptions() local715 bool Disassembler::LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_… in LocateTryBlock()768 bool Disassembler::LocateCatchBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &b… in LocateCatchBlock()1811 std::string Disassembler::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_… in IDToString()1846 BytecodeInstruction bc_ins, BytecodeInstruction bc_ins_last, in translateImmToLabel()1885 auto bc_ins = BytecodeInstruction(ins_arr); in GetInstructions() local
791 auto bc_ins = BytecodeInstruction(ins_arr); in TEST() local