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 317 static bool isAnyThreadInGC() { return s_inGC; }
322 ASSERT(!s_inGC);
324 s_inGC = true;
330 s_inGC = false;
548 static bool s_inGC;
ThreadState.cpp 97 bool ThreadState::s_inGC = false;

Completed in 438 milliseconds