Lines Matching refs:heap
13 #include "src/heap/heap-inl.h"
14 #include "src/heap/local-factory-inl.h"
15 #include "src/heap/local-heap-inl.h"
16 #include "src/heap/memory-chunk.h"
17 #include "src/heap/read-only-heap.h"
131 isolate->heap()->UpdateExternalString(
136 isolate->heap()->FinalizeExternalString(from);
152 isolate->heap()->FinalizeExternalString(string);
350 isolate->heap()->CreateFillerObjectAt(
395 isolate->heap()->NotifyObjectLayoutChange(*this, no_gc,
422 if (!isolate->heap()->IsLargeObject(*this)) {
423 isolate->heap()->CreateFillerObjectAt(
439 isolate->heap()->RegisterExternalString(*this);
479 isolate->heap()->NotifyObjectLayoutChange(*this, no_gc,
503 if (!isolate->heap()->IsLargeObject(*this)) {
507 isolate->heap()->CreateFillerObjectAt(
523 isolate->heap()->RegisterExternalString(*this);
544 // External strings in the shared heap conflicts with the heap sandbox at the
556 return !isolate->heap()->IsInGCPostProcessing();
656 // basically the same logic as the way we access the heap in the first place.
661 if (chunk->heap() == nullptr) return false;
662 return chunk->heap()->Contains(*this);
1740 Heap* heap = Heap::FromWritableHeapObject(*string);
1741 if (!heap->IsLargeObject(*string)) {
1744 heap->CreateFillerObjectAt(start_of_string + new_size, delta,