HomeSort by relevance Sort by last modified time
    Searched full:black_allocation (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
incremental-marking.h 195 DCHECK(to->GetHeap()->incremental_marking()->black_allocation());
218 bool black_allocation() { return black_allocation_; } function in class:v8::internal::IncrementalMarking
spaces-inl.h 434 if (object != NULL && heap()->incremental_marking()->black_allocation()) {
477 if (heap()->incremental_marking()->black_allocation()) {
spaces.cc 853 DCHECK(heap()->incremental_marking()->black_allocation());
    [all...]
heap.cc     [all...]
  /external/v8/src/
flag-definitions.h 648 DEFINE_BOOL(black_allocation, true, "use black allocation")
    [all...]

Completed in 266 milliseconds