Lines Matching full:getaddress
524 while (bc_ins_first.GetAddress() != bc_ins_cur.GetAddress()) { in getBytecodeInstructionNumber()
527 if (bc_ins_first.GetAddress() > bc_ins_cur.GetAddress()) { in getBytecodeInstructionNumber()
546 const bool try_begin_offset_in_range = bc_ins_last.GetAddress() > try_begin_bc_ins.GetAddress(); in LocateTryBlock()
547 const bool try_end_offset_in_range = bc_ins_last.GetAddress() >= try_end_bc_ins.GetAddress(); in LocateTryBlock()
553 << try_begin_bc_ins.GetAddress(); in LocateTryBlock()
570 << try_end_bc_ins.GetAddress(); in LocateTryBlock()
602 …nst bool handler_begin_offset_in_range = bc_ins_last.GetAddress() > handler_begin_bc_ins.GetAddres… in LocateCatchBlock()
603 …const bool handler_end_offset_in_range = bc_ins_last.GetAddress() > handler_end_bc_ins.GetAddress(… in LocateCatchBlock()
610 << handler_begin_bc_ins.GetAddress(); in LocateCatchBlock()
627 << handler_end_bc_ins.GetAddress(); in LocateCatchBlock()
1588 if (bc_ins_last.GetAddress() > bc_ins_dest.GetAddress()) { in translateImmToLabel()
1602 … << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in translateImmToLabel()
1608 … << "). incorrect instruction at offset: 0x" << (bc_ins.GetAddress() - ins_arr) in translateImmToLabel()
1630 while (bc_ins.GetAddress() != bc_ins_last.GetAddress()) { in GetInstructions()
1631 if (bc_ins.GetAddress() > bc_ins_last.GetAddress()) { in GetInstructions()