Searched refs:AGET_SHORT (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 94 AGET_SHORT, enumConstant
|
D | Instruction.java | 396 addOpcodeInfo(Opcode.AGET_SHORT, "aget-short", 0x4a, new Format23x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
|
D | dex_instruction_list.h | 96 …V(0x4A, AGET_SHORT, "aget-short", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVeri…
|
/art/runtime/ |
D | common_throws.cc | 545 case Instruction::AGET_SHORT: in IsValidImplicitCheck() 687 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1255 ALWAYS_INLINE void AGET_SHORT() REQUIRES_SHARED(Locks::mutator_lock_) { in AGET_SHORT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2795 case Instruction::AGET_SHORT: in CodeFlowVerifyInstruction()
|