Home
last modified time | relevance | path

Searched refs:IGET_OBJECT (Results 1 – 16 of 16) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.cc401 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/
Ddex_to_dex_decompiler.cc122 DecompileInstanceFieldAccess(inst, Instruction::IGET_OBJECT); in Decompile()
Dcommon_throws.cc489 case Instruction::IGET_OBJECT: in IsValidImplicitCheck()
633 case Instruction::IGET_OBJECT: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java104 IGET_OBJECT, enumConstant
DInstruction.java406 addOpcodeInfo(Opcode.IGET_OBJECT, "iget-object", 0x54, new Format22c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc114 case Instruction::IGET_OBJECT: in CollectAccesses()
Dflow_analysis.cc550 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc272 case IGET_OBJECT: in DumpString()
Ddex_instruction_list.h106 …V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOr…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc246 case Instruction::IGET_OBJECT: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc331 case Instruction::IGET_OBJECT: in ProcessDexFile()
Ddexanalyze_bytecode.cc243 case Instruction::IGET_OBJECT: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1015 HANDLER_ATTRIBUTES bool IGET_OBJECT() { in IGET_OBJECT() function
/art/runtime/dex/
Ddex_file_annotations.cc1365 case Instruction::IGET_OBJECT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3234 case Instruction::IGET_OBJECT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2862 case Instruction::IGET_OBJECT: in CodeFlowVerifyInstruction()