Searched refs:AGET_CHAR (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 93 AGET_CHAR, enumConstant
|
D | Instruction.java | 395 addOpcodeInfo(Opcode.AGET_CHAR, "aget-char", 0x49, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 519 case Instruction::AGET_CHAR: in IsValidImplicitCheck() 670 case Instruction::AGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 95 …V(0x49, AGET_CHAR, "aget-char", k23x, kIndexNone, kContinue | kThrow | kLoad, kVerifyRegA | kVerif…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 939 case Instruction::AGET_CHAR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2761 case Instruction::AGET_CHAR: in CodeFlowVerifyInstruction()
|