Searched refs:NumberOfCores (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-platform.cc35 TEST(NumberOfCores) {
36 CHECK_GT(OS::NumberOfCores(), 0);
/external/chromium_org/v8/src/
H A Dplatform-nullos.cc274 int OS::NumberOfCores() { function in class:v8::internal::OS
H A Dplatform.h290 static int NumberOfCores();
H A Dplatform-posix.cc222 int OS::NumberOfCores() { function in class:v8::internal::OS
H A Dplatform-win32.cc994 int OS::NumberOfCores() { function in class:v8::internal::OS
H A Disolate.cc140 int number_of_threads = Min(OS::NumberOfCores(), kMaxThreads);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \
H A Dwtf.target.darwin-mips.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \
H A Dwtf.target.darwin-x86.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \
H A Dwtf.target.linux-arm.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \
H A Dwtf.target.linux-mips.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \
H A Dwtf.target.linux-x86.mk70 third_party/WebKit/Source/wtf/NumberOfCores.cpp \

Completed in 141 milliseconds