Searched refs:stackSize (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | ComparableTimSort.java | 108 private int stackSize = 0; // Number of pending runs on stack field in ComparableTimSort 223 assert ts.stackSize == 1; in sort() 382 this.runBase[stackSize] = runBase; 383 this.runLen[stackSize] = runLen; 384 stackSize++; 399 while (stackSize > 1) { 400 int n = stackSize - 2; 418 while (stackSize > 1) { in mergeForceCollapse() 419 int n = stackSize - 2; in mergeForceCollapse() 435 assert stackSize >= 2; in mergeAt() local [all …]
|
D | TimSort.java | 133 private int stackSize = 0; // Number of pending runs on stack field in TimSort 255 assert ts.stackSize == 1; in sort() 417 this.runBase[stackSize] = runBase; 418 this.runLen[stackSize] = runLen; 419 stackSize++; 434 while (stackSize > 1) { 435 int n = stackSize - 2; 453 while (stackSize > 1) { in mergeForceCollapse() 454 int n = stackSize - 2; in mergeForceCollapse() 469 assert stackSize >= 2; in mergeAt() local [all …]
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 216 private long stackSize; field in Thread 464 long stackSize) { in init() argument 465 init(g, target, name, stackSize, null); in init() 480 long stackSize, AccessControlContext acc) { in init() argument 550 this.stackSize = stackSize; in init() 838 long stackSize) { in Thread() argument 839 init(group, target, name, stackSize); in Thread() 886 nativeCreate(this, stackSize, daemon); in start() 905 private native static void nativeCreate(Thread t, long stackSize, boolean daemon); in nativeCreate() argument
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Thread.java | 75 long stackSize) { in Thread() argument 110 long stackSize) { in init() argument 118 long stackSize, in init() argument 135 private static native void nativeCreate(java.lang.Thread t, long stackSize, boolean daemon); in nativeCreate() argument 415 private long stackSize; field in Thread
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Thread.annotated.java | 54 …readGroup group, java.lang.Runnable target, java.lang.String name, long stackSize) { throw new Run… in Thread() argument
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Thread.annotated.java | 54 …lang.Runnable target, @libcore.util.NonNull java.lang.String name, long stackSize) { throw new Run… in Thread() argument
|