Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenger.cc122 heap->promotion_queue()->IsBelowPromotionQueue( in INLINE()
159 heap->promotion_queue()->SetNewLimit(heap->new_space()->top()); in SemiSpaceCopyObject()
189 heap->promotion_queue()->insert(target, object_size); in PromoteObject()
Dheap.h1121 PromotionQueue* promotion_queue() { return &promotion_queue_; } in promotion_queue() function
Dheap.cc1951 while (!promotion_queue()->is_empty()) { in DoScavenge()
1954 promotion_queue()->remove(&target, &size); in DoScavenge()
Dspaces.cc1595 heap()->promotion_queue()->SetNewLimit(limit); in AllocateChunk()