/aosp12/art/test/959-invoke-polymorphic-accessors/src/ |
H A D | Main.java | 97 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 D | dex_instruction_utils.h | 88 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 D | dex_instruction.cc | 270 case IGET: in DumpString()
|
H A D | dex_instruction_list.h | 104 …V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVer…
|
/aosp12/art/compiler/dex/ |
H A D | inline_method_analyser.h | 107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet() 115 return opcode - Instruction::IGET; in IGetVariant()
|
H A D | inline_method_analyser.cc | 399 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 D | B30458218.smali | 23 # IGET used to wrongly cache 'InterruptedIOException' class under the key 'LB30458218;'
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | FieldFlagChanger.java | 157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 102 IGET, enumConstant
|
H A D | CodeItem.java | 182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
|
H A D | Instruction.java | 404 addOpcodeInfo(Opcode.IGET, "iget", 0x52, new Format22c()); in addOpcodeInfo() argument
|
/aosp12/art/tools/veridex/ |
H A D | hidden_api_finder.cc | 119 case Instruction::IGET: in CollectAccesses()
|
H A D | flow_analysis.cc | 571 case Instruction::IGET: in ProcessDexInstruction()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 241 case Instruction::IGET: in ProcessCodeItem() 260 new_opcode = is_iget ? Instruction::IGET : Instruction::IPUT; in ProcessCodeItem()
|
H A D | dexanalyze_experiments.cc | 329 case Instruction::IGET: in ProcessDexFile()
|
/aosp12/art/runtime/ |
H A D | common_throws.cc | 492 case Instruction::IGET: in IsValidImplicitCheck() 593 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 932 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1354 case Instruction::IGET: in MethodContainsRSensitiveAccess()
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 3398 case Instruction::IGET: in ProcessDexInstruction()
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2843 case Instruction::IGET: in CodeFlowVerifyInstruction()
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 2540 Ljava/lang/invoke/MethodHandle;->IGET:I
|