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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 398 static bool isAnyThreadInGC() { return s_inGC; }
403 ASSERT(!s_inGC);
405 s_inGC = true;
411 s_inGC = false;
676 static bool s_inGC;
ThreadState.cpp 106 bool ThreadState::s_inGC = false;
    [all...]

Completed in 40 milliseconds