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 452 void enterSafePointWithoutPointers() { enterSafePoint(NoHeapPointersOnStack, 0); }
453 void enterSafePointWithPointers(void* scopeMarker) { enterSafePoint(HeapPointersOnStack, scopeMarker); }
473 m_state->enterSafePoint(stackState, this);
641 void enterSafePoint(StackState, void*);
764 state->enterSafePoint(stackState, this);
ThreadState.cpp 213 void enterSafePoint(ThreadState* state)
    [all...]

Completed in 238 milliseconds