Searched refs:FILLED_NEW_ARRAY_RANGE (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format3rc.java | 63 if (info.opcode == Opcode.FILLED_NEW_ARRAY_RANGE) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 57 FILLED_NEW_ARRAY_RANGE, enumConstant
|
D | CodeItem.java | 164 || opcode == Opcode.FILLED_NEW_ARRAY_RANGE) { in incrementIndex()
|
D | Instruction.java | 357 addOpcodeInfo(Opcode.FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", in addOpcodeInfo() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 441 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexFile()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 524 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 59 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1768 inst->Opcode() == Instruction::FILLED_NEW_ARRAY_RANGE); in DoFilledNewArray()
|
D | interpreter_switch_impl-inl.h | 888 ALWAYS_INLINE void FILLED_NEW_ARRAY_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in FILLED_NEW_ARRAY_RANGE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2524 case Instruction::FILLED_NEW_ARRAY_RANGE: in CodeFlowVerifyInstruction() 4422 DCHECK_EQ(inst->Opcode(), Instruction::FILLED_NEW_ARRAY_RANGE); in VerifyNewArray()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2885 case Instruction::FILLED_NEW_ARRAY_RANGE: { in ProcessDexInstruction()
|