Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStackStreamFactory.java430 Object nativeAnchor = nativeGetStackAnchor(); in callStackWalk() local
431 if (nativeAnchor == null) { in callStackWalk()
434 Object anchor = new LibcoreAnchor(nativeAnchor); in callStackWalk()
447 private final Object nativeAnchor; field in StackStreamFactory.AbstractStackWalker.LibcoreAnchor
453 private LibcoreAnchor(Object nativeAnchor) { in LibcoreAnchor() argument
454 this.nativeAnchor = nativeAnchor; in LibcoreAnchor()
494 int endIndex = nativeFetchStackFrameInfo(mode, stacks.nativeAnchor, startTraceIndex, in fetchStackFrames()