Home
last modified time | relevance | path

Searched defs:analyzedInstruction (Results 1 – 6 of 6) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPostInstructionRegisterInfoMethodItem.java42 @Nonnull private final AnalyzedInstruction analyzedInstruction; field in PostInstructionRegisterInfoMethodItem
45 @Nonnull AnalyzedInstruction analyzedInstruction, in PostInstructionRegisterInfoMethodItem()
DPreInstructionRegisterInfoMethodItem.java46 @Nonnull private final AnalyzedInstruction analyzedInstruction; field in PreInstructionRegisterInfoMethodItem
51 @Nonnull AnalyzedInstruction analyzedInstruction, in PreInstructionRegisterInfoMethodItem()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DInlineMethodResolver.java100 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()
170 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()
DCustomInlineMethodResolver.java90 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()
DMethodAnalyzer.java245 AnalyzedInstruction analyzedInstruction = analyzedInstructions.valueAt(i); in analyze() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java193 private AnalyzedInstruction analyzedInstruction = null; field in SmaliInstruction