Lines Matching refs:IsOpcode
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()
2271 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { 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()
2670 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2673 DCHECK(GetInstructionFlags(move_idx).IsOpcode()); in CodeFlowVerifyInstruction()
3577 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()