Searched refs:FILL_ARRAY_DATA (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InstructionDuplicator.java | 77 || opcode == Opcode.FILL_ARRAY_DATA || oldInsn.insn.justRaw) { in generateMutation()
|
D | RandomInstructionGenerator.java | 133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA) in generateMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 58 FILL_ARRAY_DATA, enumConstant
|
D | Instruction.java | 359 addOpcodeInfo(Opcode.FILL_ARRAY_DATA, "fill-array-data", 0x26, new Format31t()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 590 return (insn.info.opcode == Opcode.FILL_ARRAY_DATA); in isInstructionFillArrayData()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 176 Instruction::FILL_ARRAY_DATA,
|
D | mir_to_lir.cc | 651 case Instruction::FILL_ARRAY_DATA: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1224 case Instruction::FILL_ARRAY_DATA: in AnalyzeMIR()
|
/art/runtime/ |
D | dex_instruction_list.h | 59 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, false, kNone, kContinue | kThrow | kClobber, kVe…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1136 case Instruction::FILL_ARRAY_DATA: in RecordMIR()
|
D | local_value_numbering.cc | 1516 case Instruction::FILL_ARRAY_DATA: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 2058 case Instruction::FILL_ARRAY_DATA: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 573 HANDLE_INSTRUCTION_START(FILL_ARRAY_DATA) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 477 case Instruction::FILL_ARRAY_DATA: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2077 case Instruction::FILL_ARRAY_DATA: { in CodeFlowVerifyInstruction()
|