Searched refs:APUT_WIDE (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 96 APUT_WIDE, enumConstant
|
D | Instruction.java | 398 addOpcodeInfo(Opcode.APUT_WIDE, "aput-wide", 0x4c, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 547 case Instruction::APUT_WIDE: in IsValidImplicitCheck() 692 case Instruction::APUT_WIDE: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 98 …V(0x4C, APUT_WIDE, "aput-wide", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegAWide | kV…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1232 case Instruction::APUT_WIDE: in HasTrivialClinit()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1407 ALWAYS_INLINE void APUT_WIDE() REQUIRES_SHARED(Locks::mutator_lock_) { in APUT_WIDE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2823 case Instruction::APUT_WIDE: in CodeFlowVerifyInstruction()
|