Searched refs:SGET_CHAR (Results 1 – 12 of 12) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 121 SGET_CHAR, enumConstant
|
D | Instruction.java | 423 addOpcodeInfo(Opcode.SGET_CHAR, "sget-char", 0x65, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 139 case Instruction::SGET_CHAR: in CollectAccesses()
|
D | flow_analysis.cc | 575 case Instruction::SGET_CHAR: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 235 case SGET_CHAR: in DumpString()
|
D | dex_instruction_list.h | 123 …V(0x65, SGET_CHAR, "sget-char", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 315 case Instruction::SGET_CHAR: in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 356 case Instruction::SGET_CHAR: in ProcessDexFile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1055 HANDLER_ATTRIBUTES bool SGET_CHAR() { in SGET_CHAR() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3002 case Instruction::SGET_CHAR: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2903 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()
|