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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 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
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 928 enum StackState {
985 uintptr_t GetStackStateStartAddress(StackState state) const {
990 void SetStackStateStartAddress(StackState state, uintptr_t addr) {
    [all...]

Completed in 78 milliseconds