Home
last modified time | relevance | path

Searched refs:FILL_ARRAY_DATA (Results 1 – 10 of 10) 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/runtime/
Dcommon_throws.cc528 case Instruction::FILL_ARRAY_DATA: in IsValidImplicitCheck()
689 case Instruction::FILL_ARRAY_DATA: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h60 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, kIndexNone, kContinue | kThrow, kClobber, kVerif…
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java598 return (insn.info.opcode == Opcode.FILL_ARRAY_DATA); in isInstructionFillArrayData()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc635 case Instruction::FILL_ARRAY_DATA: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2612 case Instruction::FILL_ARRAY_DATA: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2556 case Instruction::FILL_ARRAY_DATA: { in CodeFlowVerifyInstruction()