Home
last modified time | relevance | path

Searched refs:APUT_SHORT (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h108 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut()
120 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
H A Ddex_instruction_list.h103 …V(0x51, APUT_SHORT, "aput-short", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVer…
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java101 APUT_SHORT, enumConstant
H A DInstruction.java403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo() argument
/aosp12/art/runtime/
H A Dcommon_throws.cc528 case Instruction::APUT_SHORT: in IsValidImplicitCheck()
635 case Instruction::APUT_SHORT: in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h883 HANDLER_ATTRIBUTES bool APUT_SHORT() { in APUT_SHORT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1436 case Instruction::APUT_SHORT: in HasTrivialClinit()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2818 case Instruction::APUT_SHORT: in CodeFlowVerifyInstruction()