Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java492 LibcoreAnchor stacks = (LibcoreAnchor) anchor; in fetchStackFrames() local
493 int startTraceIndex = stacks.stackLevel; in fetchStackFrames()
494 int endIndex = nativeFetchStackFrameInfo(mode, stacks.nativeAnchor, startTraceIndex, in fetchStackFrames()
497 stacks.stackLevel += endIndex - startIndex; in fetchStackFrames()