Home | History | Annotate | Download | only in heap

Lines Matching defs:StackState

277     enum StackState {
449 void safePoint(StackState);
464 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting)
469 // We can ignore stackState because there should be no heap object
473 m_state->enterSafePoint(stackState, this);
641 void enterSafePoint(StackState, void*);
649 void performPendingGC(StackState);
692 StackState m_stackState;
752 explicit SafePointAwareMutexLocker(MutexBase& mutex, ThreadState::StackState stackState = ThreadState::HeapPointersOnStack)
764 state->enterSafePoint(stackState, this);