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

/external/v8/src/heap/
H A Dscavenger.cc125 heap->promotion_queue()->IsBelowPromotionQueue(
162 heap->promotion_queue()->SetNewLimit(heap->new_space()->top());
192 heap->promotion_queue()->insert(
H A Dheap.h970 PromotionQueue* promotion_queue() { return &promotion_queue_; } function in class:v8::internal::Heap
H A Dspaces.cc1429 CHECK(heap()->promotion_queue()->is_empty());
1565 heap()->promotion_queue()->SetNewLimit(limit);
H A Dheap.cc1953 while (!promotion_queue()->is_empty()) {
1957 promotion_queue()->remove(&target, &size, &was_marked_black);

Completed in 104 milliseconds