Searched refs:IGET_SHORT (Results 1 – 19 of 19) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.h | 107 return Instruction::IGET <= opcode && opcode <= Instruction::IGET_SHORT; in IsInstructionIGet()
|
D | inline_method_analyser.cc | 407 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/ |
D | dex_to_dex_decompiler.cc | 138 DecompileInstanceFieldAccess(inst, Instruction::IGET_SHORT); in Decompile()
|
D | common_throws.cc | 499 case Instruction::IGET_SHORT: in IsValidImplicitCheck() 637 case Instruction::IGET_SHORT: { in ThrowNullPointerExceptionFromDexPC()
|
/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/tools/veridex/ |
D | hidden_api_finder.cc | 118 case Instruction::IGET_SHORT: { in CollectAccesses()
|
D | flow_analysis.cc | 554 case Instruction::IGET_SHORT: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 93 return Instruction::IGET <= code && code <= Instruction::IGET_SHORT; in IsInstructionIGet()
|
D | dex_instruction.cc | 276 case IGET_SHORT: in DumpString()
|
D | dex_instruction_list.h | 110 …V(0x58, IGET_SHORT, "iget-short", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCo…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 266 case Instruction::IGET_SHORT: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 335 case Instruction::IGET_SHORT: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 247 case Instruction::IGET_SHORT: in ProcessCodeItem()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1003 HANDLER_ATTRIBUTES bool IGET_SHORT() { in IGET_SHORT() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1373 case Instruction::IGET_SHORT: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3242 case Instruction::IGET_SHORT: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2850 case Instruction::IGET_SHORT: in CodeFlowVerifyInstruction()
|