Searched refs:SGET_BOOLEAN (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 119 SGET_BOOLEAN, enumConstant
|
D | Instruction.java | 421 addOpcodeInfo(Opcode.SGET_BOOLEAN, "sget-boolean", 0x63, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 220 if (opcode == Opcode.IGET_BOOLEAN || opcode == Opcode.SGET_BOOLEAN) { in getInstructionOutputType()
|
/art/runtime/ |
D | dex_instruction.cc | 213 case SGET_BOOLEAN: in DumpString()
|
D | dex_instruction_list.h | 121 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBField…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1314 case Instruction::SGET_BOOLEAN: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2697 case Instruction::SGET_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2844 case Instruction::SGET_BOOLEAN: in CodeFlowVerifyInstruction()
|