Lines Matching refs:GetInstructionFlags

1077   DCHECK(GetInstructionFlags(0).IsOpcode());  in ComputeWidthsAndCountOps()
1097 if (!GetInstructionFlags(start).IsOpcode()) { in ScanTryCatchBlocks()
1115 if (!GetInstructionFlags(dex_pc).IsOpcode()) { in ScanTryCatchBlocks()
1355 if (UNLIKELY(!GetInstructionFlags(cur_offset + array_data_offset).IsOpcode())) { in CheckArrayData()
1398 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckBranchTarget()
1472 if (UNLIKELY(!GetInstructionFlags(cur_offset + switch_offset).IsOpcode())) { in CheckSwitchTargets()
1544 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckSwitchTargets()
1619 << StringPrintf("0x%04zx", dex_pc) << ": " << GetInstructionFlags(dex_pc).ToString() << " "; in Dump()
1842 if (GetInstructionFlags(insn_idx).IsChanged()) in CodeFlowVerifyMethod()
1862 if (GetInstructionFlags(insn_idx).IsBranchTarget()) { in CodeFlowVerifyMethod()
1928 if (!GetInstructionFlags(insn_idx).IsVisited()) { in CodeFlowVerifyMethod()
2269 if (0 != work_insn_idx_ && !GetInstructionFlags(work_insn_idx_).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2271 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2294 if (prev_idx == 0 || GetInstructionFlags(prev_idx).IsBranchTarget()) { in CodeFlowVerifyInstruction()
2298 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2606 while (0 != instance_of_idx && !GetInstructionFlags(instance_of_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2610 DCHECK(GetInstructionFlags(instance_of_idx).IsOpcode()); in CodeFlowVerifyInstruction()
2664 if (!GetInstructionFlags(instance_of_idx).IsBranchTarget() && 0 != instance_of_idx) { in CodeFlowVerifyInstruction()
2670 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2673 DCHECK(GetInstructionFlags(move_idx).IsOpcode()); in CodeFlowVerifyInstruction()
3455 if ((opcode_flags & Instruction::kThrow) != 0 && GetInstructionFlags(work_insn_idx_).IsInTry()) { in CodeFlowVerifyInstruction()
3535 if (GetInstructionFlags(next_insn_idx).IsReturn()) { in CodeFlowVerifyInstruction()
3577 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()
4809 if (!GetInstructionFlags(next_insn).IsVisitedOrChanged()) { in UpdateRegisters()
4816 if (GetInstructionFlags(next_insn).IsReturn()) { in UpdateRegisters()
4914 GetInstructionFlags(work_insn_idx_).IsInTry()) { in PotentiallyMarkRuntimeThrow()