Searched refs:kPackedSwitchSignature (Results 1 – 6 of 6) sorted by relevance
36 : static_cast<uint16_t>(Instruction::kPackedSwitchSignature)); in DexSwitchTable()
102 case kPackedSwitchSignature: in SizeInCodeUnitsComplexOpcode()126 case kPackedSwitchSignature: in CodeUnitsRequiredForSizeOfComplexOpcode()
40 kPackedSwitchSignature = 0x0100, enumerator
510 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kPackedSwitchSignature)); in DoPackedSwitch()
126 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kPackedSwitchSignature)); in MterpDoPackedSwitch()
944 if (instr == Instruction::kPackedSwitchSignature) { in dumpInstruction()