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

  /external/v8/src/
incremental-marking.h 219 no_marking_scope_depth_++;
223 no_marking_scope_depth_--;
277 int no_marking_scope_depth_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 55 no_marking_scope_depth_(0) {
782 if (state_ == MARKING && no_marking_scope_depth_ > 0) return;

Completed in 340 milliseconds