Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.h107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
Dinline_method_analyser.cc407 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_SHORT), "iget_short type");
429 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) ==
489 case Instruction::IGET_SHORT: in AnalyseMethodCode()
/art/runtime/
Ddex_to_dex_decompiler.cc138 DecompileInstanceFieldAccess(inst, Instruction::IGET_SHORT); in Decompile()
Dcommon_throws.cc499 case Instruction::IGET_SHORT: in IsValidImplicitCheck()
637 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
/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/tools/veridex/
Dhidden_api_finder.cc118 case Instruction::IGET_SHORT: { in CollectAccesses()
Dflow_analysis.cc554 case Instruction::IGET_SHORT: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_utils.h93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
Ddex_instruction.cc276 case IGET_SHORT: in DumpString()
Ddex_instruction_list.h110 …V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCo…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc266 case Instruction::IGET_SHORT: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc335 case Instruction::IGET_SHORT: { in ProcessDexFile()
Ddexanalyze_bytecode.cc247 case Instruction::IGET_SHORT: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1003 HANDLER_ATTRIBUTES bool IGET_SHORT() { in IGET_SHORT() function
/art/runtime/dex/
Ddex_file_annotations.cc1373 case Instruction::IGET_SHORT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3242 case Instruction::IGET_SHORT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2850 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()