Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DMultiThreadStackWalk.java94 final long checkMarkAt; // constant: the point at which we expect to field in MultiThreadStackWalk.Env
112 this.checkMarkAt = total - markAt + 1; in Env()
124 checkMarkAt = orig.checkMarkAt; in Env()
158 if (count == checkMarkAt) { in consume()