Searched refs:APUT_SHORT (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_utils.h | 108 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut() 120 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
|
H A D | dex_instruction_list.h | 103 …V(0x51, APUT_SHORT, "aput-short", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVer…
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 101 APUT_SHORT, enumConstant
|
H A D | Instruction.java | 403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo() argument
|
/aosp12/art/runtime/ |
H A D | common_throws.cc | 528 case Instruction::APUT_SHORT: in IsValidImplicitCheck() 635 case Instruction::APUT_SHORT: in ThrowNullPointerExceptionFromDexPC()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 883 HANDLER_ATTRIBUTES bool APUT_SHORT() { in APUT_SHORT() function
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 1436 case Instruction::APUT_SHORT: in HasTrivialClinit()
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2818 case Instruction::APUT_SHORT: in CodeFlowVerifyInstruction()
|