Home
last modified time | relevance | path

Searched refs:FILL_ARRAY_DATA (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInstructionDuplicator.java77 || opcode == Opcode.FILL_ARRAY_DATA || oldInsn.insn.justRaw) { in generateMutation()
DRandomInstructionGenerator.java133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA) in generateMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java58 FILL_ARRAY_DATA, enumConstant
DInstruction.java359 addOpcodeInfo(Opcode.FILL_ARRAY_DATA, "fill-array-data", 0x26, new Format31t()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java590 return (insn.info.opcode == Opcode.FILL_ARRAY_DATA); in isInstructionFillArrayData()
/art/compiler/dex/quick/
Dquick_compiler.cc176 Instruction::FILL_ARRAY_DATA,
Dmir_to_lir.cc651 case Instruction::FILL_ARRAY_DATA: in CompileDalvikInstruction()
Dralloc_util.cc1224 case Instruction::FILL_ARRAY_DATA: in AnalyzeMIR()
/art/runtime/
Ddex_instruction_list.h59 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, false, kNone, kContinue | kThrow | kClobber, kVe…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1136 case Instruction::FILL_ARRAY_DATA: in RecordMIR()
Dlocal_value_numbering.cc1516 case Instruction::FILL_ARRAY_DATA: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc2058 case Instruction::FILL_ARRAY_DATA: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc573 HANDLE_INSTRUCTION_START(FILL_ARRAY_DATA) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc477 case Instruction::FILL_ARRAY_DATA: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2077 case Instruction::FILL_ARRAY_DATA: { in CodeFlowVerifyInstruction()