Home
last modified time | relevance | path

Searched refs:SGET_CHAR (Results 1 – 12 of 12) 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/veridex/
Dhidden_api_finder.cc139 case Instruction::SGET_CHAR: in CollectAccesses()
Dflow_analysis.cc575 case Instruction::SGET_CHAR: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc235 case SGET_CHAR: in DumpString()
Ddex_instruction_list.h123 …V(0x65, SGET_CHAR, "sget-char", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc356 case Instruction::SGET_CHAR: in ProcessDexFile()
Ddexanalyze_bytecode.cc315 case Instruction::SGET_CHAR: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1055 HANDLER_ATTRIBUTES bool SGET_CHAR() { in SGET_CHAR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3275 case Instruction::SGET_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2904 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()