Home
last modified time | relevance | path

Searched refs:IsOpcode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dinstruction_flags.cc26 if (!IsOpcode()) { in ToString()
32 if (IsOpcode()) encoding[kOpcode] = 'O'; in ToString()
Dinstruction_flags.h38 bool IsOpcode() const { in IsOpcode() function
Dmethod_verifier.cc1077 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 …]