Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY_RANGE (Results 1 – 12 of 12) 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/interpreter/mterp/
Dnterp.cc524 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY_RANGE); in DoFilledNewArray()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc441 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexFile()
/art/tools/veridex/
Dflow_analysis.cc524 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h59 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
/art/runtime/interpreter/
Dinterpreter_common.cc1447 inst->Opcode() == Instruction::FILLED_NEW_ARRAY_RANGE); in DoFilledNewArray()
Dinterpreter_switch_impl-inl.h780 HANDLER_ATTRIBUTES bool FILLED_NEW_ARRAY_RANGE() { in FILLED_NEW_ARRAY_RANGE() function
/art/runtime/verifier/
Dmethod_verifier.cc2538 case Instruction::FILLED_NEW_ARRAY_RANGE: in CodeFlowVerifyInstruction()
4428 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY_RANGE); in VerifyNewArray()
/art/compiler/optimizing/
Dinstruction_builder.cc3180 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexInstruction()