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

  /external/v8/src/heap/
incremental-marking.h 219 bool black_allocation() { return black_allocation_; }
299 bool black_allocation_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 33 black_allocation_(false),
566 black_allocation_ = true;
577 if (black_allocation_) {
578 black_allocation_ = false;
774 !black_allocation_) {
    [all...]
mark-compact.h 746 bool black_allocation_; member in class:v8::internal::MarkCompactCollector
mark-compact.cc 60 black_allocation_(false),
    [all...]

Completed in 451 milliseconds