Home
last modified time | relevance | path

Searched refs:kPackedSwitchSignature (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dbytecode_utils.h36 : static_cast<uint16_t>(Instruction::kPackedSwitchSignature)); in DexSwitchTable()
H A Ddex_instruction.cc102 case kPackedSwitchSignature: in SizeInCodeUnitsComplexOpcode()
126 case kPackedSwitchSignature: in CodeUnitsRequiredForSizeOfComplexOpcode()
H A Ddex_instruction.h40 kPackedSwitchSignature = 0x0100, enumerator
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h740 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kPackedSwitchSignature)); in DoPackedSwitch()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc126 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kPackedSwitchSignature)); in MterpDoPackedSwitch()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1527 expected_signature = Instruction::kPackedSwitchSignature; in CheckSwitchTargets()
1962 if (insns[insn_idx] == Instruction::kPackedSwitchSignature || in CodeFlowVerifyMethod()
1966 (insns[insn_idx + 1] == Instruction::kPackedSwitchSignature || in CodeFlowVerifyMethod()
/aosp12/art/dexdump/
H A Ddexdump.cc983 if (instr == Instruction::kPackedSwitchSignature) { in dumpInstruction()
/aosp12/art/dexlayout/
H A Ddexlayout.cc839 if (instr == Instruction::kPackedSwitchSignature) { in DumpInstruction()