Home
last modified time | relevance | path

Searched refs:FILL_ARRAY_DATA (Results 1 – 12 of 12) 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.cc555 case Instruction::FILL_ARRAY_DATA: in IsValidImplicitCheck()
713 case Instruction::FILL_ARRAY_DATA: { in ThrowNullPointerExceptionFromDexPC()
/art/dexlayout/
Dcompact_dex_writer.cc178 if (opcode == Instruction::FILL_ARRAY_DATA || in WriteCodeItem()
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java598 return (insn.info.opcode == Opcode.FILL_ARRAY_DATA); in isInstructionFillArrayData()
/art/tools/veridex/
Dflow_analysis.cc532 case Instruction::FILL_ARRAY_DATA: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h60 …V(0x26, FILL_ARRAY_DATA, "fill-array-data", k31t, kIndexNone, kContinue | kThrow, kClobber, kVerif…
/art/compiler/optimizing/
Dinstruction_builder.cc1254 case Instruction::FILL_ARRAY_DATA: in HasTrivialClinit()
2915 case Instruction::FILL_ARRAY_DATA: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h785 HANDLER_ATTRIBUTES bool FILL_ARRAY_DATA() { in FILL_ARRAY_DATA() function
/art/runtime/verifier/
Dmethod_verifier.cc2600 case Instruction::FILL_ARRAY_DATA: { in CodeFlowVerifyInstruction()