Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java97 IGET, enumConstant
478 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.IGET)); in tryAccessor()
488 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.IGET)); in tryAccessor()
498 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.IGET)); in tryAccessor()
508 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.IGET)); in tryAccessor()
518 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IGET)); in tryAccessor()
528 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.IGET)); in tryAccessor()
538 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.IGET)); in tryAccessor()
548 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.IGET)); in tryAccessor()
558 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.IGET)); in tryAccessor()
[all …]
/art/compiler/dex/
Dinline_method_analyser.h107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
115 return opcode - Instruction::IGET; in IGetVariant()
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()
/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.cc270 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/program/mutators/
DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/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/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.cc492 case Instruction::IGET: in IsValidImplicitCheck()
593 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h932 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
/art/runtime/dex/
Ddex_file_annotations.cc1354 case Instruction::IGET: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3398 case Instruction::IGET: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2843 case Instruction::IGET: in CodeFlowVerifyInstruction()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2540 Ljava/lang/invoke/MethodHandle;->IGET:I