Searched refs:IGET_OBJECT (Results 1 – 16 of 16) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 401 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_OBJECT), 421 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_OBJECT) == 485 case Instruction::IGET_OBJECT: in AnalyseMethodCode() 587 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod() 589 opcode != Instruction::IGET_OBJECT)) { in AnalyseIGetMethod()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 122 DecompileInstanceFieldAccess(inst, Instruction::IGET_OBJECT); in Decompile()
|
D | common_throws.cc | 487 case Instruction::IGET_OBJECT: in IsValidImplicitCheck() 625 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 104 IGET_OBJECT, enumConstant
|
D | Instruction.java | 406 addOpcodeInfo(Opcode.IGET_OBJECT, "iget-object", 0x54, new Format22c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 118 case Instruction::IGET_OBJECT: in CollectAccesses()
|
D | flow_analysis.cc | 550 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 272 case IGET_OBJECT: in DumpString()
|
D | dex_instruction_list.h | 106 …V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOr…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 246 case Instruction::IGET_OBJECT: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 331 case Instruction::IGET_OBJECT: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 243 case Instruction::IGET_OBJECT: in ProcessCodeItem()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1386 case Instruction::IGET_OBJECT: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2939 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1478 ALWAYS_INLINE void IGET_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in IGET_OBJECT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2854 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()
|