Home
last modified time | relevance | path

Searched refs:SGET (Results 1 – 10 of 10) sorted by relevance

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java83 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/
Ddex_instruction_utils.h101 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()
Ddex_instruction.cc221 case SGET: in DumpString()
Ddex_instruction_list.h118 …V(0x60, SGET, "sget", k21c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrConstant, kVe…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java116 SGET, enumConstant
DCodeItem.java177 if (Opcode.isBetween(opcode, Opcode.SGET, Opcode.SPUT_SHORT)) { in incrementIndex()
DInstruction.java418 addOpcodeInfo(Opcode.SGET, "sget", 0x60, new Format21c()); in addOpcodeInfo() argument
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1285 case Instruction::SGET: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2632 case Instruction::SGET: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2857 case Instruction::SGET: in CodeFlowVerifyInstruction()