StackState 263 Source/platform/heap/Heap.cpp explicit GCScope(ThreadState::StackState stackState) StackState 1313 Source/platform/heap/Heap.cpp void Heap::collectGarbage(ThreadState::StackState stackState, GCType gcType) StackState 1340 Source/platform/heap/Heap.cpp void Heap::collectAllGarbage(ThreadState::StackState stackState, GCType gcType) StackState 802 Source/platform/heap/Heap.h static void collectGarbage(ThreadState::StackState, GCType = Normal); StackState 803 Source/platform/heap/Heap.h static void collectAllGarbage(ThreadState::StackState, GCType = Normal); StackState 98 Source/platform/heap/HeapTest.cpp explicit TestGCScope(ThreadState::StackState state) StackState 536 Source/platform/heap/ThreadState.cpp void ThreadState::performPendingGC(StackState stackState) StackState 645 Source/platform/heap/ThreadState.cpp void ThreadState::safePoint(StackState stackState) StackState 679 Source/platform/heap/ThreadState.cpp void ThreadState::enterSafePoint(StackState stackState, void* scopeMarker) StackState 363 Source/platform/heap/ThreadState.h void safePoint(StackState); StackState 378 Source/platform/heap/ThreadState.h explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting) StackState 505 Source/platform/heap/ThreadState.h void enterSafePoint(StackState, void*); StackState 513 Source/platform/heap/ThreadState.h void performPendingGC(StackState); StackState 550 Source/platform/heap/ThreadState.h StackState m_stackState;