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 216 bool black_allocation() { return black_allocation_; }
297 bool black_allocation_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 45 black_allocation_(false),
571 black_allocation_ = true;
581 if (black_allocation_) {
582 black_allocation_ = false;
765 !black_allocation_) {
    [all...]
mark-compact.h 860 bool black_allocation_; member in class:v8::internal::MarkCompactCollector
mark-compact.cc 60 black_allocation_(false),
    [all...]

Completed in 399 milliseconds