Searched refs:hasNoSideEffects (Results 1 – 4 of 4) sorted by relevance
35 private boolean hasNoSideEffects = false; field in MethodOptimizationInfo76 hasNoSideEffects = true; in setNoSideEffects()80 public boolean hasNoSideEffects() in hasNoSideEffects() method in MethodOptimizationInfo82 return hasNoSideEffects; in hasNoSideEffects()283 this.hasNoSideEffects &= other.hasNoSideEffects; in merge()296 this.hasNoSideEffects = false; in merge()
80 public static boolean hasNoSideEffects(Method method) in hasNoSideEffects() method in NoSideEffectMethodMarker89 info.hasNoSideEffects(); in hasNoSideEffects()
322 !NoSideEffectMethodMarker.hasNoSideEffects(programMethod) && in visitProgramMethod()337 !NoSideEffectMethodMarker.hasNoSideEffects(libraryMethod); in visitLibraryMethod()
84 !NoSideEffectMethodMarker.hasNoSideEffects(programMethod)) in visitProgramMethod()