• Home
  • Raw
  • Download

Lines Matching full:getaddress

123         while (bc_ins.GetAddress() < bc_ins_last.GetAddress()) {  in VerifyRegisterIndex()
238 while (bc_ins.GetAddress() < bc_ins_last.GetAddress()) { in CollectIdInInstructions()
577 instruction_index_map_[current_ins.GetAddress()] = index; in PrecomputeInstructionIndices()
579 while (current_ins.GetAddress() < bc_ins_last.GetAddress()) { in PrecomputeInstructionIndices()
587 instruction_index_map_[current_ins.GetAddress()] = index; in PrecomputeInstructionIndices()
594 if (instruction_index_map_.find(bc_ins_cur.GetAddress()) != instruction_index_map_.end()) { in IsMethodBytecodeInstruction()
605 const auto bc_ins_forward_size = bc_ins_last.GetAddress() - bc_ins.GetAddress(); in VerifyJumpInstruction()
607 const auto bc_ins_backward_size = bc_ins.GetAddress() - bc_ins_first.GetAddress(); in VerifyJumpInstruction()
631 … << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in VerifyJumpInstruction()
682 …nst bool handler_begin_offset_in_range = bc_ins_last.GetAddress() > handler_begin_bc_ins.GetAddres… in VerifyCatchBlocks()
683 …const bool handler_end_offset_in_range = bc_ins_last.GetAddress() >= handler_end_bc_ins.GetAddress in VerifyCatchBlocks()
687 << handler_begin_bc_ins.GetAddress(); in VerifyCatchBlocks()
693 << handler_begin_bc_ins.GetAddress(); in VerifyCatchBlocks()
699 << handler_end_bc_ins.GetAddress(); in VerifyCatchBlocks()
705 << handler_end_bc_ins.GetAddress(); in VerifyCatchBlocks()
727 … const bool try_begin_offset_in_range = bc_ins_last.GetAddress() > try_begin_bc_ins.GetAddress(); in VerifyTryBlocks()
728 … const bool try_end_offset_in_range = bc_ins_last.GetAddress() >= try_end_bc_ins.GetAddress(); in VerifyTryBlocks()
732 << try_begin_bc_ins.GetAddress(); in VerifyTryBlocks()
738 << try_begin_bc_ins.GetAddress(); in VerifyTryBlocks()
744 << try_end_bc_ins.GetAddress(); in VerifyTryBlocks()
750 << try_end_bc_ins.GetAddress(); in VerifyTryBlocks()
812 while (current_ins.GetAddress() != last_ins.GetAddress()) { in VerifyMethodInstructions()
813 if (current_ins.GetAddress() > last_ins.GetAddress()) { in VerifyMethodInstructions()
822 && current_ins.GetNext().GetAddress() == last_ins.GetAddress()) { in VerifyMethodInstructions()