Home
last modified time | relevance | path

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

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