Home
last modified time | relevance | path

Searched refs:IGET (Results 1 – 21 of 21) sorted by relevance

/aosp12/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java97 IGET, enumConstant
518 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IGET)); in tryAccessor()
573 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IGET); in main()
588 valueHolder, PrimitiveType.Byte, boxed, AccessorType.IGET); in main()
603 valueHolder, PrimitiveType.Char, boxed, AccessorType.IGET); in main()
618 valueHolder, PrimitiveType.Short, boxed, AccessorType.IGET); in main()
633 valueHolder, PrimitiveType.Int, boxed, AccessorType.IGET); in main()
648 valueHolder, PrimitiveType.Float, boxed, AccessorType.IGET); in main()
663 valueHolder, PrimitiveType.Double, boxed, AccessorType.IGET); in main()
678 valueHolder, PrimitiveType.Long, boxed, AccessorType.IGET); in main()
[all …]
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h88 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
112 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
141 return static_cast<DexMemAccessType>(code - Instruction::IGET); in IGetMemAccessType()
H A Ddex_instruction.cc270 case IGET: in DumpString()
H A Ddex_instruction_list.h104 …V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVer…
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.h107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
115 return opcode - Instruction::IGET; in IGetVariant()
H A Dinline_method_analyser.cc399 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET), "iget type");
417 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET) ==
484 case Instruction::IGET: in AnalyseMethodCode()
/aosp12/art/test/800-smali/smali/
H A DB30458218.smali23 # IGET used to wrongly cache 'InterruptedIOException' class under the key 'LB30458218;'
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java102 IGET, enumConstant
H A DCodeItem.java182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
H A DInstruction.java404 addOpcodeInfo(Opcode.IGET, "iget", 0x52, new Format22c()); in addOpcodeInfo() argument
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc119 case Instruction::IGET: in CollectAccesses()
H A Dflow_analysis.cc571 case Instruction::IGET: in ProcessDexInstruction()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc241 case Instruction::IGET: in ProcessCodeItem()
260 new_opcode = is_iget ? Instruction::IGET : Instruction::IPUT; in ProcessCodeItem()
H A Ddexanalyze_experiments.cc329 case Instruction::IGET: in ProcessDexFile()
/aosp12/art/runtime/
H A Dcommon_throws.cc492 case Instruction::IGET: in IsValidImplicitCheck()
593 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h932 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1354 case Instruction::IGET: in MethodContainsRSensitiveAccess()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3398 case Instruction::IGET: in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2843 case Instruction::IGET: in CodeFlowVerifyInstruction()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt2540 Ljava/lang/invoke/MethodHandle;->IGET:I