Home
last modified time | relevance | path

Searched refs:SPARSE_SWITCH (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInstructionDuplicator.java76 if (opcode == Opcode.SPARSE_SWITCH || opcode == Opcode.PACKED_SWITCH in generateMutation()
DRandomInstructionGenerator.java134 || Opcode.isBetween(newOpcode, Opcode.PACKED_SWITCH, Opcode.SPARSE_SWITCH) in generateMutation()
/art/libdexfile/dex/
Dbytecode_utils.h32 sparse_(instruction.Opcode() == Instruction::SPARSE_SWITCH) { in DexSwitchTable()
Ddex_instruction_list.h66 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, kIndexNone, kContinue | kSwitch, 0, kVerifyRegA | kV…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java64 SPARSE_SWITCH, enumConstant
DInstruction.java365 addOpcodeInfo(Opcode.SPARSE_SWITCH, "sparse-switch", 0x2c, new Format31t()); in addOpcodeInfo() argument
/art/dexlayout/
Dcompact_dex_writer.cc180 opcode == Instruction::SPARSE_SWITCH) { in WriteCodeItem()
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java591 if (Opcode.isBetween(opcode, Opcode.PACKED_SWITCH, Opcode.SPARSE_SWITCH)) { in isInstructionSwitch()
/art/tools/veridex/
Dflow_analysis.cc656 case Instruction::SPARSE_SWITCH: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_common.h926 DCHECK(inst->Opcode() == Instruction::SPARSE_SWITCH); in DoSparseSwitch()
Dinterpreter_switch_impl-inl.h840 HANDLER_ATTRIBUTES bool SPARSE_SWITCH() { in SPARSE_SWITCH() function
/art/runtime/verifier/
Dmethod_verifier.cc2595 case Instruction::SPARSE_SWITCH: in CodeFlowVerifyInstruction()
3562 DCHECK((*insns & 0xff) == Instruction::SPARSE_SWITCH); in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc3128 case Instruction::SPARSE_SWITCH: in ProcessDexInstruction()