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

  /external/v8/src/heap/
mark-compact.h 512 void set_evacuation(bool evacuation) { evacuation_ = evacuation; }
514 bool evacuation() const { return evacuation_; } function in class:v8::internal::MarkCompactCollector
742 // True if we are collecting slots to perform evacuation from evacuation
mark-compact.cc 537 if (FLAG_verify_heap && !evacuation()) {
647 // Invariant: Evacuation candidates are just created when marking is
649 // of a GC all evacuation candidates are cleared and their slot buffers are
685 // We use two conditions to decide whether a page qualifies as an evacuation
689 // * Evacuation quota: A global quota determining how much bytes should be
694 // set of evacuation candidates as long as both conditions (fragmentation
705 // the first n pages for evacuation such that:
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 117 nevacuate uintptr // progress counter for evacuation (buckets less than this have been evacuated)
135 // tophash[0] is a bucket evacuation state instead.
805 // to send NaNs during evacuation. We'll use the low
1005 // Compute hash to make our evacuation decision (whether we need
1013 // presence of iterators, as our evacuation decision must
1017 // We let the low bit of tophash drive the evacuation decision.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 117 nevacuate uintptr // progress counter for evacuation (buckets less than this have been evacuated)
135 // tophash[0] is a bucket evacuation state instead.
805 // to send NaNs during evacuation. We'll use the low
1005 // Compute hash to make our evacuation decision (whether we need
1013 // presence of iterators, as our evacuation decision must
1017 // We let the low bit of tophash drive the evacuation decision.
    [all...]

Completed in 103 milliseconds