HomeSort by relevance Sort by last modified time
    Searched refs:LockIsolateAndCalculateFibSharedContextThread (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-lockers.cc 339 class LockIsolateAndCalculateFibSharedContextThread : public JoinableThread {
341 explicit LockIsolateAndCalculateFibSharedContextThread(
379 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
431 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
506 LockIsolateAndCalculateFibSharedContextThread thread(isolate1_, context1);
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 346 class LockIsolateAndCalculateFibSharedContextThread : public JoinableThread {
348 explicit LockIsolateAndCalculateFibSharedContextThread(
386 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
439 LockIsolateAndCalculateFibSharedContextThread thread(isolate_, context);
484 i::SmartPointer<LockIsolateAndCalculateFibSharedContextThread> thread;
496 thread.Reset(new LockIsolateAndCalculateFibSharedContextThread(

Completed in 447 milliseconds