Home
last modified time | relevance | path

Searched refs:IGET_WIDE (Results 1 – 14 of 14) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.cc400 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_WIDE), "iget_wide type");
419 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE) ==
490 case Instruction::IGET_WIDE: in AnalyseMethodCode()
586 if (!(return_opcode == Instruction::RETURN_WIDE && opcode == Instruction::IGET_WIDE) && in AnalyseIGetMethod()
588 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod()
605 DCHECK_LT(opcode == Instruction::IGET_WIDE ? dst_reg + 1 : dst_reg, code_item->RegistersSize()); in AnalyseIGetMethod()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java103 IGET_WIDE, enumConstant
DInstruction.java405 addOpcodeInfo(Opcode.IGET_WIDE, "iget-wide", 0x53, new Format22c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc120 case Instruction::IGET_WIDE: in CollectAccesses()
Dflow_analysis.cc572 case Instruction::IGET_WIDE: in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc493 case Instruction::IGET_WIDE: in IsValidImplicitCheck()
594 case Instruction::IGET_WIDE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc271 case IGET_WIDE: in DumpString()
Ddex_instruction_list.h105 …V(0x53, IGET_WIDE, "iget-wide", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons…
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc242 case Instruction::IGET_WIDE: in ProcessCodeItem()
Ddexanalyze_experiments.cc330 case Instruction::IGET_WIDE: in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h936 HANDLER_ATTRIBUTES bool IGET_WIDE() { in IGET_WIDE() function
/art/runtime/dex/
Ddex_file_annotations.cc1355 case Instruction::IGET_WIDE: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3399 case Instruction::IGET_WIDE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2846 case Instruction::IGET_WIDE: in CodeFlowVerifyInstruction()