Searched refs:stackDepth (Results 1 – 4 of 4) sorted by relevance
178 private final int stackDepth; field in Basic.StackBuilder182 StackBuilder(int stackDepth, int limit) { in StackBuilder() argument183 this.stackDepth = stackDepth; // build method; in StackBuilder()207 int remaining = stackDepth-depth-1; in m4()
250 public void runTest(Class callerClass, String callerMethod, int stackDepth, in runTest() argument256 assert stackDepth <= 1000; in runTest() local257 assert markAt <= stackDepth : "markAt(" + markAt + ") > stackDepth(" in runTest()258 + stackDepth + ")"; in runTest()267 test1.call(stackDepth, 0, markAt); in runTest()
77 public static native void setAllocTrackerStackDepth(int stackDepth); in setAllocTrackerStackDepth() argument
678 public static native void setAllocTrackerStackDepth(int stackDepth); in setAllocTrackerStackDepth() argument