Searched refs:nativeAnchor (Results 1 – 1 of 1) sorted by relevance
430 Object nativeAnchor = nativeGetStackAnchor(); in callStackWalk() local431 if (nativeAnchor == null) { in callStackWalk()434 Object anchor = new LibcoreAnchor(nativeAnchor); in callStackWalk()447 private final Object nativeAnchor; field in StackStreamFactory.AbstractStackWalker.LibcoreAnchor453 private LibcoreAnchor(Object nativeAnchor) { in LibcoreAnchor() argument454 this.nativeAnchor = nativeAnchor; in LibcoreAnchor()494 int endIndex = nativeFetchStackFrameInfo(mode, stacks.nativeAnchor, startTraceIndex, in fetchStackFrames()