Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java99 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/
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()
Ddex_instruction.cc271 case IGET: in DumpString()
Ddex_instruction_list.h104 …V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVer…
/art/test/800-smali/smali/
DB30458218.smali23 # IGET used to wrongly cache 'InterruptedIOException' class under the key 'LB30458218;'
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java102 IGET, enumConstant
DCodeItem.java182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
DInstruction.java404 addOpcodeInfo(Opcode.IGET, "iget", 0x52, new Format22c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/art/compiler/dex/
Dinline_method_analyser.cc398 static_assert(IsInstructionIGet(Instruction::IGET));
412 static_assert(IGetMemAccessType(Instruction::IGET) == IPutMemAccessType(Instruction::IPUT));
463 case Instruction::IGET: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc119 case Instruction::IGET: in CollectAccesses()
Dflow_analysis.cc571 case Instruction::IGET: in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc241 case Instruction::IGET: in ProcessCodeItem()
260 new_opcode = is_iget ? Instruction::IGET : Instruction::IPUT; in ProcessCodeItem()
Ddexanalyze_experiments.cc329 case Instruction::IGET: in ProcessDexFile()
/art/runtime/
Dcommon_throws.cc490 case Instruction::IGET: in IsValidImplicitCheck()
591 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
Dthread.cc4548 if ((Opcode::IGET <= opcode && opcode <= Opcode::SPUT_SHORT) || in SweepCacheEntry()
/art/runtime/jit/
Dsmall_pattern_matcher.cc326 case Instruction::IGET: in TryMatch()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1109 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
/art/runtime/dex/
Ddex_file_annotations.cc1432 case Instruction::IGET: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3588 case Instruction::IGET: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2770 case Instruction::IGET: in CodeFlowVerifyInstruction()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2539 Ljava/lang/invoke/MethodHandle;->IGET:I