Lines Matching full:heap
354 "Heap::roots_address()");
385 "Heap::NewSpaceStart()");
389 "Heap::NewSpaceMask()");
393 "Heap::always_allocate_scope_depth()");
397 "Heap::NewSpaceAllocationLimitAddress()");
401 "Heap::NewSpaceAllocationTopAddress()");
674 // Don't GC while deserializing - just expand the heap.
688 isolate_->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG);
689 isolate_->heap()->IterateWeakRoots(this, VISIT_ALL);
691 isolate_->heap()->set_global_contexts_list(
692 isolate_->heap()->undefined_value());
698 // Don't GC while deserializing - just expand the heap.
746 bool is_codespace = (space == HEAP->code_space()) ||
747 ((space == HEAP->lo_space()) && (space_number == kLargeCode));
759 dest_space = isolate->heap()->new_space(); \
761 dest_space = isolate->heap()->old_pointer_space(); \
763 dest_space = isolate->heap()->old_data_space(); \
765 dest_space = isolate->heap()->code_space(); \
767 dest_space = isolate->heap()->map_space(); \
769 dest_space = isolate->heap()->cell_space(); \
772 dest_space = isolate->heap()->lo_space(); \
812 new_object = isolate->heap()->roots_address()[root_id]; \
858 isolate->heap()->RecordWrite(address, static_cast<int>( \
1088 // The serializer is meant to be used only to generate initial heap images
1115 HEAP->IterateStrongRoots(this, VISIT_ONLY_STRONG);
1131 isolate->heap()->undefined_value();
1207 for (int i = 0; i < Heap::kRootListLength; i++) {
1208 Object* root = HEAP->roots_address()[i];
1295 sink_->PutInt(Heap::kUndefinedValueRootIndex, "root_index");
1297 HEAP->IterateWeakRoots(this, VISIT_ALL);
1460 Object* source = HEAP->natives_source_cache()->get(i);
1510 if (HEAP->InSpace(object, s)) {
1531 if (HEAP->InSpace(object, s)) {