Home
last modified time | relevance | path

Searched refs:AGET_CHAR (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java93 AGET_CHAR, enumConstant
DInstruction.java395 addOpcodeInfo(Opcode.AGET_CHAR, "aget-char", 0x49, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc546 case Instruction::AGET_CHAR: in IsValidImplicitCheck()
694 case Instruction::AGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_list.h95 …V(0x49, AGET_CHAR, "aget-char", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h926 HANDLER_ATTRIBUTES bool AGET_CHAR() { in AGET_CHAR() function
/art/runtime/verifier/
Dmethod_verifier.cc2800 case Instruction::AGET_CHAR: in CodeFlowVerifyInstruction()