HomeSort by relevance Sort by last modified time
    Searched refs:StackState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 226 enum StackState {
368 void safePoint(StackState);
383 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting)
388 // We can ignore stackState because there should be no heap object
392 m_state->enterSafePoint(stackState, this);
516 void enterSafePoint(StackState, void*);
524 void performPendingGC(StackState);
563 StackState m_stackState;
ThreadState.cpp 654 void ThreadState::performPendingGC(StackState stackState)
656 if (stackState == NoHeapPointersOnStack) {
758 void ThreadState::safePoint(StackState stackState)
761 performPendingGC(stackState);
763 m_stackState = stackState;
795 void ThreadState::enterSafePoint(StackState stackState, void* scopeMarker)
798 if (stackState == HeapPointersOnStack
    [all...]
Heap.cpp 308 explicit GCScope(ThreadState::StackState stackState)
310 , m_safePointScope(stackState)
    [all...]
Heap.h 924 static void collectGarbage(ThreadState::StackState);
    [all...]
HeapTest.cpp 197 explicit TestGCScope(ThreadState::StackState state)
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 903 enum StackState {
966 uintptr_t GetStackStateStartAddress(StackState state) const {
971 void SetStackStateStartAddress(StackState state, uintptr_t addr) {
    [all...]

Completed in 755 milliseconds