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++; 404 while (stackSize > 1) { 405 int n = stackSize - 2; 422 while (stackSize > 1) { in mergeForceCollapse() 423 int n = stackSize - 2; in mergeForceCollapse() 439 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++; 439 while (stackSize > 1) { 440 int n = stackSize - 2; 457 while (stackSize > 1) { in mergeForceCollapse() 458 int n = stackSize - 2; in mergeForceCollapse() 473 assert stackSize >= 2; in mergeAt() local [all …]
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 214 private final long stackSize; field in Thread 509 long stackSize, AccessControlContext acc, in Thread() argument 581 this.stackSize = stackSize; in Thread() 716 this.stackSize = 0; in Thread() 871 long stackSize) { in Thread() argument 872 this(group, target, name, stackSize, null, true); in Thread() 927 long stackSize, boolean inheritThreadLocals) { in Thread() argument 928 this(group, target, name, stackSize, null, inheritThreadLocals); in Thread() 976 nativeCreate(this, stackSize, daemon); in start() 995 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/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 56 …lang.Runnable target, @libcore.util.NonNull java.lang.String name, long stackSize, boolean inherit… in Thread() argument
|
/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
|