Lines Matching defs:heap_
369 explicit RecursionScope(BaseHeap* heap, HeapType heapType) : heap_(heap), heapType_(heapType)
371 if (heap_->recursionDepth_++ != 0) {
373 << ") Constructor, depth: " << heap_->recursionDepth_;
378 if (--heap_->recursionDepth_ != 0) {
380 << ") Destructor, depth: " << heap_->recursionDepth_;
384 BaseHeap *heap_ {nullptr};
1566 : Task(id), heap_(heap), taskPhase_(taskPhase) {};
1574 Heap *heap_ {nullptr};
1581 : Task(id), heap_(heap), gcType_(type) {}
1588 Heap *heap_;
1595 : Task(id), heap_(heap) {}
1602 Heap *heap_;