Home
last modified time | relevance | path

Searched refs:IGET_SHORT (Results 1 – 17 of 17) 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/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/libdexfile/dex/
Ddex_instruction_utils.h88 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/veridex/
Dhidden_api_finder.cc125 case Instruction::IGET_SHORT: { in CollectAccesses()
Dflow_analysis.cc577 case Instruction::IGET_SHORT: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/runtime/
Dcommon_throws.cc497 case Instruction::IGET_SHORT: in IsValidImplicitCheck()
599 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
/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.h928 HANDLER_ATTRIBUTES bool IGET_SHORT() { in IGET_SHORT() function
/art/runtime/dex/
Ddex_file_annotations.cc1360 case Instruction::IGET_SHORT: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3404 case Instruction::IGET_SHORT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2840 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()