Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java190 int lastBatchSize = depth == 0 ? 0 : frameBuffer.curBatchFrameCount(); in getNextBatchSize()
381 frameBuffer.curBatchFrameCount(), in beginStackWalk()
927 final int curBatchFrameCount() { in curBatchFrameCount() method in StackStreamFactory.FrameBuffer