/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 97 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/ |
D | inline_method_analyser.h | 107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet() 115 return opcode - Instruction::IGET; in IGetVariant()
|
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()
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet() 117 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut() 151 return static_cast<DexMemAccessType>(code - Instruction::IGET); in IGetMemAccessType()
|
D | dex_instruction.cc | 270 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/runtime/ |
D | dex_to_dex_decompiler.cc | 114 DecompileInstanceFieldAccess(inst, Instruction::IGET); in Decompile()
|
D | common_throws.cc | 494 case Instruction::IGET: in IsValidImplicitCheck() 631 case Instruction::IGET: in ThrowNullPointerExceptionFromDexPC()
|
/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/tools/veridex/ |
D | hidden_api_finder.cc | 112 case Instruction::IGET: in CollectAccesses()
|
D | flow_analysis.cc | 548 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/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 236 case Instruction::IGET: in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1007 HANDLER_ATTRIBUTES bool IGET() { in IGET() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1361 case Instruction::IGET: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3230 case Instruction::IGET: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2854 case Instruction::IGET: in CodeFlowVerifyInstruction()
|