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 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;
  /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 489 milliseconds