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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 727 template<ThreadAffinity affinity> class ThreadStateFor;
729 template<> class ThreadStateFor<MainThreadOnly> {
739 template<> class ThreadStateFor<AnyThread> {
Heap.h     [all...]
Handle.h 361 static ThreadState* state() { return ThreadStateFor<Affinity>::state(); }
478 ASSERT(!pointer || isGlobalPersistent || ThreadStateFor<ThreadingTrait<T>::Affinity>::state()->contains(pointer))
    [all...]

Completed in 62 milliseconds