Home
last modified time | relevance | path

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

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