Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dbytecode_utils.h35 DCHECK_EQ(table[0], sparse_ ? static_cast<uint16_t>(Instruction::kSparseSwitchSignature) in DexSwitchTable()
H A Ddex_instruction.cc104 case kSparseSwitchSignature: in SizeInCodeUnitsComplexOpcode()
128 case kSparseSwitchSignature: in CodeUnitsRequiredForSizeOfComplexOpcode()
H A Ddex_instruction.h41 kSparseSwitchSignature = 0x0200, enumerator
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h768 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kSparseSwitchSignature)); in DoSparseSwitch()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc78 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kSparseSwitchSignature)); in MterpDoSparseSwitch()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1531 expected_signature = Instruction::kSparseSwitchSignature; in CheckSwitchTargets()
1963 insns[insn_idx] == Instruction::kSparseSwitchSignature || in CodeFlowVerifyMethod()
1967 insns[insn_idx + 1] == Instruction::kSparseSwitchSignature || in CodeFlowVerifyMethod()
/aosp12/art/dexdump/
H A Ddexdump.cc985 } else if (instr == Instruction::kSparseSwitchSignature) { in dumpInstruction()
/aosp12/art/dexlayout/
H A Ddexlayout.cc841 } else if (instr == Instruction::kSparseSwitchSignature) { in DumpInstruction()