/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 99 IGET, enumConstant 480 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.IGET)); in tryAccessor() 490 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.IGET)); in tryAccessor() 500 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.IGET)); in tryAccessor() 510 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.IGET)); in tryAccessor() 520 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IGET)); in tryAccessor() 530 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.IGET)); in tryAccessor() 540 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.IGET)); in tryAccessor() 550 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.IGET)); in tryAccessor() 560 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.IGET)); in tryAccessor() [all …]
|
/art/libdexfile/dex/ |
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()
|
D | dex_instruction.cc | 271 case IGET: in DumpString()
|
D | dex_instruction_list.h | 104 …V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVer…
|
/art/test/800-smali/smali/ |
D | B30458218.smali | 23 # IGET used to wrongly cache 'InterruptedIOException' class under the key 'LB30458218;'
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 102 IGET, enumConstant
|
D | CodeItem.java | 182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
|
D | Instruction.java | 404 addOpcodeInfo(Opcode.IGET, "iget", 0x52, new Format22c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | FieldFlagChanger.java | 157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 398 static_assert(IsInstructionIGet(Instruction::IGET)); 412 static_assert(IGetMemAccessType(Instruction::IGET) == IPutMemAccessType(Instruction::IPUT)); 463 case Instruction::IGET: in AnalyseMethodCode()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 119 case Instruction::IGET: in CollectAccesses()
|
D | flow_analysis.cc | 571 case Instruction::IGET: in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 241 case Instruction::IGET: in ProcessCodeItem() 260 new_opcode = is_iget ? Instruction::IGET : Instruction::IPUT; in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 329 case Instruction::IGET: in ProcessDexFile()
|
/art/runtime/ |
D | common_throws.cc | 490 case Instruction::IGET: in IsValidImplicitCheck() 591 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
|
D | thread.cc | 4548 if ((Opcode::IGET <= opcode && opcode <= Opcode::SPUT_SHORT) || in SweepCacheEntry()
|
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 326 case Instruction::IGET: in TryMatch()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1109 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1432 case Instruction::IGET: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3588 case Instruction::IGET: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2770 case Instruction::IGET: in CodeFlowVerifyInstruction()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2539 Ljava/lang/invoke/MethodHandle;->IGET:I
|