Searched refs:LockIsolateAndCalculateFibSharedContextThread (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-lockers.cc339 class LockIsolateAndCalculateFibSharedContextThread : public JoinableThread { class in inherits:JoinableThread
341 explicit LockIsolateAndCalculateFibSharedContextThread( function in class:LockIsolateAndCalculateFibSharedContextThread
379 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
431 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
506 LockIsolateAndCalculateFibSharedContextThread thread(isolate1_, context1);
/external/chromium_org/v8/test/cctest/
H A Dtest-lockers.cc346 class LockIsolateAndCalculateFibSharedContextThread : public JoinableThread { class in inherits:JoinableThread
348 explicit LockIsolateAndCalculateFibSharedContextThread( function in class:LockIsolateAndCalculateFibSharedContextThread
386 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
439 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
484 i::SmartPointer<LockIsolateAndCalculateFibSharedContextThread> thread;
496 thread.Reset(new LockIsolateAndCalculateFibSharedContextThread(

Completed in 97 milliseconds