Searched defs:IsolateThread (Results 1 - 2 of 2) 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
/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 174 milliseconds