Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java100 SGET, enumConstant
482 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.SGET)); in tryAccessor()
492 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.SGET)); in tryAccessor()
502 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.SGET)); in tryAccessor()
512 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.SGET)); in tryAccessor()
522 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.SGET)); in tryAccessor()
532 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.SGET)); in tryAccessor()
542 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.SGET)); in tryAccessor()
552 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.SGET)); in tryAccessor()
562 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.SGET)); in tryAccessor()
[all …]
/art/libdexfile/dex/
Ddex_instruction_utils.h96 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet()
116 return Instruction::SGET <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSGetOrSPut()
151 return static_cast<DexMemAccessType>(code - Instruction::SGET); in SGetMemAccessType()
Ddex_instruction.cc230 case SGET: in DumpString()
Ddex_instruction_list.h118 …V(0x60, SGET, "sget", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrConstant, kVer…
/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/tools/veridex/
Dhidden_api_finder.cc141 case Instruction::SGET: in CollectAccesses()
Dflow_analysis.cc593 case Instruction::SGET: in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc351 case Instruction::SGET: in ProcessDexFile()
Ddexanalyze_bytecode.cc310 case Instruction::SGET: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h956 HANDLER_ATTRIBUTES bool SGET() { in SGET() function
/art/compiler/optimizing/
Dinstruction_builder.cc3602 case Instruction::SGET: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2817 case Instruction::SGET: in CodeFlowVerifyInstruction()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2551 Ljava/lang/invoke/MethodHandle;->SGET:I