enterSafePoint 692 Source/platform/heap/ThreadState.cpp s_safePointBarrier->enterSafePoint(this); enterSafePoint 366 Source/platform/heap/ThreadState.h void enterSafePointWithoutPointers() { enterSafePoint(NoHeapPointersOnStack, 0); } enterSafePoint 367 Source/platform/heap/ThreadState.h void enterSafePointWithPointers(void* scopeMarker) { enterSafePoint(HeapPointersOnStack, scopeMarker); } enterSafePoint 387 Source/platform/heap/ThreadState.h m_state->enterSafePoint(stackState, this); enterSafePoint 505 Source/platform/heap/ThreadState.h void enterSafePoint(StackState, void*);