Searched refs:IGET_SHORT (Results 1 – 14 of 14) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.h | 105 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
|
D | inline_method_analyser.cc | 405 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()
|
D | dex_to_dex_compiler.cc | 153 case Instruction::IGET_SHORT: in Compile()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 108 IGET_SHORT, enumConstant
|
D | Instruction.java | 410 addOpcodeInfo(Opcode.IGET_SHORT, "iget-short", 0x58, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 145 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_SHORT); in Decompile()
|
D | dex_instruction_utils.h | 93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
|
D | common_throws.cc | 476 case Instruction::IGET_SHORT: in IsValidImplicitCheck() 607 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 267 case IGET_SHORT: in DumpString()
|
D | dex_instruction_list.h | 110 …V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrC…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1187 case Instruction::IGET_SHORT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2604 case Instruction::IGET_SHORT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2808 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()
|