Searched refs:SGET_BYTE (Results 1 – 12 of 12) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 120 SGET_BYTE, enumConstant
|
D | Instruction.java | 422 addOpcodeInfo(Opcode.SGET_BYTE, "sget-byte", 0x64, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 142 case Instruction::SGET_BYTE: in CollectAccesses()
|
D | flow_analysis.cc | 574 case Instruction::SGET_BYTE: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE in getInstructionOutputType()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 234 case SGET_BYTE: in DumpString()
|
D | dex_instruction_list.h | 122 …V(0x64, SGET_BYTE, "sget-byte", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 355 case Instruction::SGET_BYTE: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 314 case Instruction::SGET_BYTE: in ProcessCodeItem()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2979 case Instruction::SGET_BYTE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1525 ALWAYS_INLINE void SGET_BYTE() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_BYTE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2893 case Instruction::SGET_BYTE: in CodeFlowVerifyInstruction()
|