Searched defs:stack_size (Results  1 – 5 of 5) sorted by relevance
| /art/runtime/native/ | 
| D | java_lang_Thread.cc | 50 static void Thread_nativeCreate(JNIEnv* env, jclass, jobject java_thread, jlong stack_size,  in Thread_nativeCreate()
 | 
| /art/runtime/ | 
| D | thread_pool.cc | 50                                    size_t stack_size)  in ThreadPoolWorker()
 | 
| D | thread.cc | 699 static size_t FixStackSize(size_t stack_size) {  in FixStackSize()856 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) {  in CreateNativeThread()
 1281                            size_t* stack_size,  in GetThreadStack()
 
 | 
| D | thread.h | 1999     size_t stack_size;  in PACKED()  local
 | 
| /art/openjdkjvm/ | 
| D | OpenjdkJvm.cc | 378 JNIEXPORT void JVM_StartThread(JNIEnv* env, jobject jthread, jlong stack_size, jboolean daemon) {  in JVM_StartThread()
 |