Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java313 frameBuffer.setBatch(depth, bufStartIndex, bufEndIndex); in doStackWalk()
407 frameBuffer.setBatch(depth, startIndex, endIndex); in fetchStackFrames()
992 final void setBatch(int depth, int startIndex, int endIndex) { in setBatch() method in StackStreamFactory.FrameBuffer