Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.h105 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
Dinline_method_analyser.cc405 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
427 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
485 case Instruction::IGET_SHORT: in AnalyseMethodCode()
Ddex_to_dex_compiler.cc153 case Instruction::IGET_SHORT: in Compile()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java108 IGET_SHORT, enumConstant
DInstruction.java410 addOpcodeInfo(Opcode.IGET_SHORT, "iget-short", 0x58, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_to_dex_decompiler.cc145 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_SHORT); in Decompile()
Ddex_instruction_utils.h93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
Dcommon_throws.cc476 case Instruction::IGET_SHORT: in IsValidImplicitCheck()
607 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc267 case IGET_SHORT: in DumpString()
Ddex_instruction_list.h110 …V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrC…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1187 case Instruction::IGET_SHORT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2604 case Instruction::IGET_SHORT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2808 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()