Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java98 SGET, enumConstant
480 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.SGET)); in tryAccessor()
490 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.SGET)); in tryAccessor()
500 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.SGET)); in tryAccessor()
510 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.SGET)); in tryAccessor()
520 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.SGET)); in tryAccessor()
530 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.SGET)); in tryAccessor()
540 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.SGET)); in tryAccessor()
550 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.SGET)); in tryAccessor()
560 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.SGET)); in tryAccessor()
[all …]
/art/libdexfile/dex/
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.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.cc134 case Instruction::SGET: in CollectAccesses()
Dflow_analysis.cc570 case Instruction::SGET: in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc310 case Instruction::SGET: in ProcessCodeItem()
Ddexanalyze_experiments.cc351 case Instruction::SGET: in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1063 HANDLER_ATTRIBUTES bool SGET() { in SGET() function
/art/compiler/optimizing/
Dinstruction_builder.cc2997 case Instruction::SGET: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2909 case Instruction::SGET: in CodeFlowVerifyInstruction()