Searched refs:stackState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp832 void ThreadState::performPendingGC(StackState stackState) argument
834 if (stackState == NoHeapPointersOnStack) {
946 void ThreadState::safePoint(StackState stackState) argument
949 performPendingGC(stackState);
951 m_stackState = stackState;
984 void ThreadState::enterSafePoint(StackState stackState, void* scopeMarker)
987 if (stackState == HeapPointersOnStack)
990 ASSERT(stackState == NoHeapPointersOnStack || scopeMarker);
991 performPendingGC(stackState);
995 m_stackState = stackState;
[all...]
H A DThreadState.h464 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting) argument
469 // We can ignore stackState because there should be no heap object
473 m_state->enterSafePoint(stackState, this);
752 explicit SafePointAwareMutexLocker(MutexBase& mutex, ThreadState::StackState stackState = ThreadState::HeapPointersOnStack)
764 state->enterSafePoint(stackState, this);
H A DHeap.cpp372 explicit GCScope(ThreadState::StackState stackState) argument
374 , m_safePointScope(stackState)
2340 void Heap::collectGarbage(ThreadState::StackState stackState, ThreadState::CauseOfGC cause) argument
2345 GCScope gcScope(stackState);
2358 "precise", stackState == ThreadState::NoHeapPointersOnStack,
2380 // given stackState since other threads might have a different stack state.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 93 milliseconds