Searched defs:analyzedInstruction (Results 1 – 5 of 5) sorted by relevance
42 @Nonnull private final AnalyzedInstruction analyzedInstruction; field in PostInstructionRegisterInfoMethodItem45 @Nonnull AnalyzedInstruction analyzedInstruction, in PostInstructionRegisterInfoMethodItem()
46 @Nonnull private final AnalyzedInstruction analyzedInstruction; field in PreInstructionRegisterInfoMethodItem51 @Nonnull AnalyzedInstruction analyzedInstruction, in PreInstructionRegisterInfoMethodItem()
100 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()170 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()
90 public Method resolveExecuteInline(@Nonnull AnalyzedInstruction analyzedInstruction) { in resolveExecuteInline()
246 AnalyzedInstruction analyzedInstruction = analyzedInstructions.valueAt(i); in analyze() local