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 243 bool black_allocation() { return black_allocation_; }
246 if (!black_allocation_) {
335 bool black_allocation_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 70 black_allocation_(false),
405 if (!black_allocation_) {
426 DCHECK(!black_allocation_);
428 black_allocation_ = true;
448 black_allocation_ = false;
452 if (black_allocation_) {
453 black_allocation_ = false;
559 !black_allocation_) {
    [all...]
mark-compact.h 871 bool black_allocation_; member in class:v8::internal::final
    [all...]
mark-compact.cc 391 black_allocation_(false),
    [all...]

Completed in 69 milliseconds