Searched refs:black_allocation_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/heap/
H A Dincremental-marking.h216 bool black_allocation() { return black_allocation_; }
297 bool black_allocation_; member in class:v8::internal::IncrementalMarking
H A Dincremental-marking.cc45 black_allocation_(false),
571 black_allocation_ = true;
581 if (black_allocation_) {
582 black_allocation_ = false;
765 !black_allocation_) {
H A Dmark-compact.h860 bool black_allocation_; member in class:v8::internal::MarkCompactCollector
H A Dmark-compact.cc60 black_allocation_(false),

Completed in 127 milliseconds