Lines Matching refs:GetInstructionFlags
976 if (!GetInstructionFlags(start).IsOpcode()) { in ScanTryCatchBlocks()
994 if (!GetInstructionFlags(dex_pc).IsOpcode()) { in ScanTryCatchBlocks()
1348 if (UNLIKELY(!GetInstructionFlags(cur_offset + array_data_offset).IsOpcode())) { in CheckArrayData()
1391 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckBranchTarget()
1465 if (UNLIKELY(!GetInstructionFlags(cur_offset + switch_offset).IsOpcode())) { in CheckSwitchTargets()
1537 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckSwitchTargets()
1645 << StringPrintf("0x%04zx", dex_pc) << ": " << GetInstructionFlags(dex_pc).ToString() << " "; in Dump()
1846 if (GetInstructionFlags(insn_idx).IsChanged()) in CodeFlowVerifyMethod()
1866 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()
1923 if (!GetInstructionFlags(insn_idx).IsVisited()) { in CodeFlowVerifyMethod()
2327 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2329 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2352 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2356 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2669 while (0 != instance_of_idx && !GetInstructionFlags(instance_of_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2672 if (FailOrAbort(GetInstructionFlags(instance_of_idx).IsOpcode(), in CodeFlowVerifyInstruction()
2732 if (!GetInstructionFlags(instance_of_idx).IsBranchTarget() && 0 != instance_of_idx) { in CodeFlowVerifyInstruction()
2738 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2741 if (FailOrAbort(GetInstructionFlags(move_idx).IsOpcode(), in CodeFlowVerifyInstruction()
3581 if ((opcode_flags & Instruction::kThrow) != 0 && GetInstructionFlags(work_insn_idx_).IsInTry()) { in CodeFlowVerifyInstruction()
3661 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()
3703 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()
4951 if (!GetInstructionFlags(next_insn).IsVisitedOrChanged()) { in UpdateRegisters()
4958 if (GetInstructionFlags(next_insn).IsReturn()) { in UpdateRegisters()
5477 GetInstructionFlags(work_insn_idx_).IsInTry()) { in Fail()