Searched refs:IsOpcode (Results 1 – 3 of 3) sorted by relevance
26 if (!IsOpcode()) { in ToString()32 if (IsOpcode()) encoding[kOpcode] = 'O'; in ToString()
38 bool IsOpcode() const { in IsOpcode() function
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()[all …]