Home
last modified time | relevance | path

Searched refs:SGET_CHAR (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java121 SGET_CHAR, enumConstant
DInstruction.java423 addOpcodeInfo(Opcode.SGET_CHAR, "sget-char", 0x65, new Format21c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/runtime/
Ddex_instruction.cc221 case SGET_CHAR: in DumpString()
Ddex_instruction_list.h122 …V(0x65, SGET_CHAR, "sget-char", k21c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFiel…
/art/compiler/optimizing/
Dinstruction_builder.cc2541 case Instruction::SGET_CHAR: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1393 HANDLE_INSTRUCTION_START(SGET_CHAR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1293 case Instruction::SGET_CHAR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2790 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()