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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 371 void enterSafePointWithoutPointers() { enterSafePoint(NoHeapPointersOnStack, 0); }
372 void enterSafePointWithPointers(void* scopeMarker) { enterSafePoint(HeapPointersOnStack, scopeMarker); }
392 m_state->enterSafePoint(stackState, this);
516 void enterSafePoint(StackState, void*);
622 state->enterSafePoint(ThreadState::HeapPointersOnStack, this);
ThreadState.cpp 205 void enterSafePoint(ThreadState* state)
795 void ThreadState::enterSafePoint(StackState stackState, void* scopeMarker)
808 s_safePointBarrier->enterSafePoint(this);

Completed in 53 milliseconds