Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java69 private static final int BATCH_SIZE = 32; field in StackStreamFactory
619 if (lastBatchFrameCount > BATCH_SIZE) { in batchSize()
622 return Math.min(lastBatchFrameCount*2, BATCH_SIZE); in batchSize()