Searched refs:SGET (Results 1 – 10 of 10) sorted by relevance
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 83 SGET, enumConstant 465 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.SGET)); in tryAccessor() 475 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.SGET)); in tryAccessor() 485 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.SGET)); in tryAccessor() 495 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.SGET)); in tryAccessor() 505 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.SGET)); in tryAccessor() 515 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.SGET)); in tryAccessor() 525 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.SGET)); in tryAccessor() 535 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.SGET)); in tryAccessor() 545 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.SGET)); in tryAccessor() [all …]
|
/art/runtime/ |
D | dex_instruction_utils.h | 101 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet() 126 return Instruction::SGET <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSGetOrSPut() 161 return static_cast<DexMemAccessType>(code - Instruction::SGET); in SGetMemAccessType()
|
D | dex_instruction.cc | 221 case SGET: in DumpString()
|
D | dex_instruction_list.h | 118 …V(0x60, SGET, "sget", k21c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrConstant, kVe…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 116 SGET, enumConstant
|
D | CodeItem.java | 177 if (Opcode.isBetween(opcode, Opcode.SGET, Opcode.SPUT_SHORT)) { in incrementIndex()
|
D | Instruction.java | 418 addOpcodeInfo(Opcode.SGET, "sget", 0x60, new Format21c()); in addOpcodeInfo() argument
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1285 case Instruction::SGET: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2632 case Instruction::SGET: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2857 case Instruction::SGET: in CodeFlowVerifyInstruction()
|