Lines Matching refs:heap
16 #include "src/heap/factory-inl.h"
17 #include "src/heap/heap-inl.h"
18 #include "src/heap/memory-chunk.h"
29 #include "src/objects/heap-number.h"
30 #include "src/objects/heap-object.h"
2817 Heap* heap = GetHeap();
2821 !heap->Contains(HeapObject::cast(constructor))) {
2826 if (!heap->Contains(JSFunction::cast(constructor).shared())) {
3155 Heap* heap = isolate->heap();
3176 heap->CreateFillerObjectAt(address + new_instance_size, instance_size_delta,
3265 Heap* heap = isolate->heap();
3267 // Resize the object in the heap if necessary.
3274 heap->CreateFillerObjectAt(object->address() + new_instance_size,
4456 Heap* heap) {
4459 if (heap->IsPendingAllocation(HeapObject::cast(backing_store))) return {};
4818 ? handle(ReadOnlyRoots(isolate->heap()).empty_weak_array_list(),
5226 Heap* heap = object->GetHeap();
5228 heap->FindAllocationMemento<Heap::kForRuntime>(object->map(), *object);
5232 site = handle(memento.GetAllocationSite(), heap->isolate());