Home
last modified time | relevance | path

Searched refs:getCachedLocally (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/scopedpool/
DScopedClassPool.java166 CtClass clazz = getCachedLocally(classname); in getCached()
199 clazz = pool.getCachedLocally(classname); in getCached()
249 protected CtClass getCachedLocally(String classname) { in getCachedLocally() method in ScopedClassPool