Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h334 class PromotionQueue {
336 explicit PromotionQueue(Heap* heap) in PromotionQueue() function
435 DISALLOW_COPY_AND_ASSIGN(PromotionQueue);
970 PromotionQueue* promotion_queue() { return &promotion_queue_; } in promotion_queue()
2242 PromotionQueue promotion_queue_;
Dheap-inl.h28 void PromotionQueue::insert(HeapObject* target, int32_t size, in insert()
Dheap.cc1543 void PromotionQueue::Initialize() { in Initialize()
1557 void PromotionQueue::RelocateQueueHead() { in RelocateQueueHead()
/external/v8/test/cctest/heap/
Dtest-heap.cc5550 UNINITIALIZED_TEST(PromotionQueue) { in UNINITIALIZED_TEST() argument