Lines Matching refs:IsOpcode
92 interesting = flags[i].IsOpcode(); in Init()
1099 DCHECK(GetInstructionFlags(0).IsOpcode()); in ComputeWidthsAndCountOps()
1119 if (!GetInstructionFlags(start).IsOpcode()) { in ScanTryCatchBlocks()
1137 if (!GetInstructionFlags(dex_pc).IsOpcode()) { in ScanTryCatchBlocks()
1388 if (UNLIKELY(!GetInstructionFlags(cur_offset + array_data_offset).IsOpcode())) { in CheckArrayData()
1431 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckBranchTarget()
1505 if (UNLIKELY(!GetInstructionFlags(cur_offset + switch_offset).IsOpcode())) { in CheckSwitchTargets()
1577 !GetInstructionFlags(abs_offset).IsOpcode())) { in CheckSwitchTargets()
2342 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2369 while (0 != prev_idx && !GetInstructionFlags(prev_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2683 while (0 != instance_of_idx && !GetInstructionFlags(instance_of_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2687 DCHECK(GetInstructionFlags(instance_of_idx).IsOpcode()); in CodeFlowVerifyInstruction()
2749 while (0 != move_idx && !GetInstructionFlags(move_idx).IsOpcode()) { in CodeFlowVerifyInstruction()
2752 DCHECK(GetInstructionFlags(move_idx).IsOpcode()); in CodeFlowVerifyInstruction()
3711 DCHECK(GetInstructionFlags(*start_guess).IsOpcode()); in CodeFlowVerifyInstruction()