Home
last modified time | relevance | path

Searched refs:SPARSE_SWITCH (Results 1 – 15 of 15) 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/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/runtime/interpreter/
Dinterpreter_common.h321 DCHECK(inst->Opcode() == Instruction::SPARSE_SWITCH); in DoSparseSwitch()
Dinterpreter_goto_table_impl.cc655 HANDLE_INSTRUCTION_START(SPARSE_SWITCH) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc547 case Instruction::SPARSE_SWITCH: { in ExecuteSwitchImpl()
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java583 if (Opcode.isBetween(opcode, Opcode.PACKED_SWITCH, Opcode.SPARSE_SWITCH)) { in isInstructionSwitch()
/art/compiler/dex/quick/
Dquick_compiler.cc182 Instruction::SPARSE_SWITCH,
Dmir_to_lir.cc683 case Instruction::SPARSE_SWITCH: in CompileDalvikInstruction()
/art/compiler/optimizing/
Dbuilder.cc392 SwitchTable table(instruction, dex_pc, instruction.Opcode() == Instruction::SPARSE_SWITCH); in ComputeBranchTargets()
2275 case Instruction::SPARSE_SWITCH: { in AnalyzeDexInstruction()
/art/runtime/
Ddex_instruction_list.h65 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVe…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1082 case Instruction::SPARSE_SWITCH: in RecordMIR()
Dlocal_value_numbering.cc1518 case Instruction::SPARSE_SWITCH: in GetValueNumber()
/art/runtime/verifier/
Dmethod_verifier.cc2072 case Instruction::SPARSE_SWITCH: in CodeFlowVerifyInstruction()
2999 DCHECK((*insns & 0xff) == Instruction::SPARSE_SWITCH); in CodeFlowVerifyInstruction()