Searched refs:BAOS_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
66 m_bufPool = new PoolEntry [BAOS_POOL_SIZE]; in InstrClassLoader()407 if (m_nestLevel >= BAOS_POOL_SIZE) in acquirePoolEntry()435 if (-- m_nestLevel < BAOS_POOL_SIZE) in releasePoolEntry()459 private static final int BAOS_POOL_SIZE = 8; field in InstrClassLoader