Home
last modified time | relevance | path

Searched refs:SGET_CHAR (Results 1 – 8 of 8) 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.cc226 case SGET_CHAR: in DumpString()
Ddex_instruction_list.h123 …V(0x65, SGET_CHAR, "sget-char", k21c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCon…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1271 case Instruction::SGET_CHAR: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2637 case Instruction::SGET_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2851 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()