Lines Matching full:heap
30 #include "heap-profiler.h"
75 if (fine_grain && (constructor == HEAP->Object_symbol() ||
76 constructor == HEAP->Array_symbol())) {
82 return JSObjectsCluster(HEAP->String_symbol());
115 if (obj->properties() != HEAP->empty_fixed_array()) {
118 if (obj->elements() != HEAP->empty_fixed_array()) {
407 HEAP->CollectAllGarbage(true);
413 HEAP->CollectAllGarbage(true);
706 HEAP->IterateRoots(&extractor, VISIT_ONLY_STRONG);
784 LOG(isolate, HeapSampleBeginEvent("Heap", "allocated"));
787 "Heap", "allocated", HEAP->CommittedMemory(), HEAP->SizeOfObjects()));
810 LOG(isolate, HeapSampleEndEvent("Heap", "allocated"));