Home
last modified time | relevance | path

Searched refs:IGET_WIDE_QUICK (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc117 case Instruction::IGET_WIDE_QUICK: in Decompile()
Dcommon_throws.cc523 case Instruction::IGET_WIDE_QUICK: in IsValidImplicitCheck()
649 case Instruction::IGET_WIDE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java248 IGET_WIDE_QUICK, enumConstant
DInstruction.java551 addOpcodeInfo(Opcode.IGET_WIDE_QUICK, "+iget-wide-quick", 0xe4, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h250 …V(0xE4, IGET_WIDE_QUICK, "iget-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | k…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc242 case Instruction::IGET_WIDE_QUICK: in Compile()
243 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_WIDE_QUICK, false); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1023 HANDLER_ATTRIBUTES bool IGET_WIDE_QUICK() { in IGET_WIDE_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1364 case Instruction::IGET_WIDE_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3233 case Instruction::IGET_WIDE_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2859 case Instruction::IGET_WIDE_QUICK: in CodeFlowVerifyInstruction()