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

/external/chromium_org/v8/src/
H A Dd8.h145 class IsolateThread : public base::Thread { class in class:v8::SourceGroup
147 explicit IsolateThread(SourceGroup* group) function in class:v8::SourceGroup::IsolateThread
H A Dd8.cc1237 return base::Thread::Options("IsolateThread", 2 * MB);
1278 thread_ = new IsolateThread(this);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc19503 class IsolateThread : public v8::base::Thread { class in inherits:v8::base::Thread
19505 explicit IsolateThread(int fib_limit) function in class:IsolateThread
19506 : Thread(Options("IsolateThread")), fib_limit_(fib_limit), result_(0) {}
19523 IsolateThread thread1(21);
19524 IsolateThread thread2(12);

Completed in 920 milliseconds