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

  /external/chromium_org/v8/src/heap/
incremental-marking.h 158 void EnterNoMarkingScope() { no_marking_scope_depth_++; }
160 void LeaveNoMarkingScope() { no_marking_scope_depth_--; }
217 int no_marking_scope_depth_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 30 no_marking_scope_depth_(0),
911 if (state_ == MARKING && no_marking_scope_depth_ > 0) return;
    [all...]

Completed in 49 milliseconds