Searched refs:methodResolutionCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1422 methodResolutionCache.put(steps.head, sym);
1428 sym = access(methodResolutionCache.get(errPhase),
1467 methodResolutionCache.put(steps.head, sym);
1481 sym = access(methodResolutionCache.get(errPhase),
1579 methodResolutionCache.put(steps.head, sym);
1584 sym = access(methodResolutionCache.get(errPhase),
1615 methodResolutionCache.put(steps.head, sym);
2381 private Map<MethodResolutionPhase, Symbol> methodResolutionCache = field in class:Resolve
2395 sym = methodResolutionCache.get(steps.head);

Completed in 505 milliseconds