Lines Matching refs:heap_
38 : thread_(thread), heap_(const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())), data_(data), engine_(hint)
67 heap_->SetOnSerializeEvent(true);
96 heap_->SetOnSerializeEvent(false);
320 heap_->IncNativeSizeAfterLastGC(bufferLength);
322 heap_->IncreaseNativeBindingSize(bufferLength);
412 res = heap_->GetHugeObjectSpace()->Allocate(objSize, thread_, AllocateEventType::DESERIALIZE);
561 heap_->GetOldSpace()->IncreaseLiveObjectSize(oldSpaceSize);
566 heap_->GetNonMovableSpace()->IncreaseLiveObjectSize(nonMovableSpaceSize);
571 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize);
598 FreeObject::FillFreeObject(heap_, currentRegion->GetBegin(), currentRegion->GetSize());
635 SparseSpace *space = heap_->GetOldSpace();
642 FreeObject::FillFreeObject(heap_, oldSpaceBeginAddr_, space->GetCurrentRegion()->GetSize());
645 FreeObject::FillFreeObject(heap_, object, oldSpaceSize);
652 SparseSpace *space = heap_->GetNonMovableSpace();
659 FreeObject::FillFreeObject(heap_, nonMovableSpaceBeginAddr_, space->GetCurrentRegion()->GetSize());
662 FreeObject::FillFreeObject(heap_, object, nonMovableSpaceSize);
669 SparseSpace *space = heap_->GetMachineCodeSpace();
676 FreeObject::FillFreeObject(heap_, machineCodeSpaceBeginAddr_, space->GetCurrentRegion()->GetSize());
679 FreeObject::FillFreeObject(heap_, object, machineCodeSpaceSize);