Searched refs:kSamplerThreadStackSize (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dplatform-cygwin.cc631 static const int kSamplerThreadStackSize = 64 * KB; member in class:v8::internal::SamplerThread
634 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
H A Dplatform-macos.cc750 static const int kSamplerThreadStackSize = 64 * KB; member in class:v8::internal::SamplerThread
753 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
H A Dplatform-win32.cc1966 static const int kSamplerThreadStackSize = 64 * KB; member in class:v8::internal::SamplerThread
1969 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),

Completed in 81 milliseconds