Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY (Results 1 – 19 of 19) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat35c.java70 if (info.opcode == Opcode.FILLED_NEW_ARRAY) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java56 FILLED_NEW_ARRAY, enumConstant
DCodeItem.java163 || opcode == Opcode.FILLED_NEW_ARRAY in incrementIndex()
DInstruction.java356 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY, "filled-new-array", 0x24, new Format35c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java133 if (Opcode.isBetween(newOpcode, Opcode.FILLED_NEW_ARRAY, Opcode.FILL_ARRAY_DATA) in generateMutation()
/art/runtime/
Ddex_instruction.cc329 case FILLED_NEW_ARRAY: in DumpString()
Ddex_instruction_list.h57 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, false, kTypeRef, kContinue | kThrow | kClobber…
/art/compiler/dex/
Dlocal_value_numbering_test.cc694 { Instruction::FILLED_NEW_ARRAY, 0, 0u, 2, { 12u, 13u }, 0, { } }, in TEST_F()
736 { Instruction::FILLED_NEW_ARRAY, 0, 0u, 2, { 0u, 1u }, 0, { } }, in TEST_F()
Dtype_inference.cc803 case Instruction::FILLED_NEW_ARRAY: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1134 case Instruction::FILLED_NEW_ARRAY: in RecordMIR()
Dlocal_value_numbering.cc1554 case Instruction::FILLED_NEW_ARRAY: in GetValueNumber()
/art/compiler/dex/quick/
Dquick_compiler.cc174 Instruction::FILLED_NEW_ARRAY,
Dmir_to_lir.cc655 case Instruction::FILLED_NEW_ARRAY: in CompileDalvikInstruction()
Dralloc_util.cc1220 case Instruction::FILLED_NEW_ARRAY: in AnalyzeMIR()
/art/runtime/interpreter/
Dinterpreter_common.cc695 DCHECK(inst->Opcode() == Instruction::FILLED_NEW_ARRAY || in DoFilledNewArray()
Dinterpreter_goto_table_impl.cc557 HANDLE_INSTRUCTION_START(FILLED_NEW_ARRAY) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc461 case Instruction::FILLED_NEW_ARRAY: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2016 case Instruction::FILLED_NEW_ARRAY: in CodeFlowVerifyInstruction()
3677 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY); in VerifyNewArray()
/art/compiler/optimizing/
Dbuilder.cc2040 case Instruction::FILLED_NEW_ARRAY: { in AnalyzeDexInstruction()