Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DClassPool.java105 public boolean childFirstLookup = false; field in ClassPool
522 if (!childFirstLookup && parent != null) { in get0()
537 if (childFirstLookup && parent != null) in get0()
593 if (!childFirstLookup && parent != null) { in checkNotFrozen()
618 if (!childFirstLookup && parent != null) { in checkNotExists()
/external/javassist/src/main/javassist/scopedpool/
DScopedClassPool.java89 childFirstLookup = true; in ScopedClassPool()