Home
last modified time | relevance | path

Searched refs:APUT_CHAR (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java100 APUT_CHAR, enumConstant
DInstruction.java402 addOpcodeInfo(Opcode.APUT_CHAR, "aput-char", 0x50, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc553 case Instruction::APUT_CHAR: in IsValidImplicitCheck()
704 case Instruction::APUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_list.h102 …V(0x50, APUT_CHAR, "aput-char", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVerif…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h954 HANDLER_ATTRIBUTES bool APUT_CHAR() { in APUT_CHAR() function
/art/compiler/optimizing/
Dinstruction_builder.cc1252 case Instruction::APUT_CHAR: in HasTrivialClinit()
/art/runtime/verifier/
Dmethod_verifier.cc2821 case Instruction::APUT_CHAR: in CodeFlowVerifyInstruction()