Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY_RANGE (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat3rc.java63 if (info.opcode == Opcode.FILLED_NEW_ARRAY_RANGE) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java57 FILLED_NEW_ARRAY_RANGE, enumConstant
DCodeItem.java164 || opcode == Opcode.FILLED_NEW_ARRAY_RANGE) { in incrementIndex()
DInstruction.java357 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h59 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
/art/runtime/interpreter/
Dinterpreter_common.cc1168 inst->Opcode() == Instruction::FILLED_NEW_ARRAY_RANGE); in DoFilledNewArray()
Dinterpreter_switch_impl.cc627 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2493 case Instruction::FILLED_NEW_ARRAY_RANGE: in CodeFlowVerifyInstruction()
4594 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY_RANGE); in VerifyNewArray()
/art/compiler/optimizing/
Dinstruction_builder.cc2598 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexInstruction()