Lines Matching full:heap
332 "Heap::roots_array_start()");
363 "Heap::NewSpaceStart()");
367 "Heap::NewSpaceMask()");
371 "Heap::always_allocate_scope_depth()");
375 "Heap::NewSpaceAllocationLimitAddress()");
379 "Heap::NewSpaceAllocationTopAddress()");
669 // Don't GC while deserializing - just expand the heap.
683 isolate_->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG);
684 isolate_->heap()->IterateWeakRoots(this, VISIT_ALL);
686 isolate_->heap()->set_global_contexts_list(
687 isolate_->heap()->undefined_value());
691 Object* source = isolate_->heap()->natives_source_cache()->get(i);
701 // Don't GC while deserializing - just expand the heap.
748 bool is_codespace = (space == HEAP->code_space()) ||
749 ((space == HEAP->lo_space()) && (space_number == kLargeCode));
761 dest_space = isolate->heap()->new_space(); \
763 dest_space = isolate->heap()->old_pointer_space(); \
765 dest_space = isolate->heap()->old_data_space(); \
767 dest_space = isolate->heap()->code_space(); \
769 dest_space = isolate->heap()->map_space(); \
771 dest_space = isolate->heap()->cell_space(); \
774 dest_space = isolate->heap()->lo_space(); \
818 new_object = isolate->heap()->roots_array_start()[root_id]; \
819 emit_write_barrier = isolate->heap()->InNewSpace(new_object); \
824 emit_write_barrier = isolate->heap()->InNewSpace(new_object); \
864 isolate->heap()->RecordWrite( \
953 Object* object = isolate->heap()->roots_array_start()[root_id];
954 ASSERT(!isolate->heap()->InNewSpace(object));
962 ASSERT(!isolate->heap()->InNewSpace(object));
969 Heap::kOldSpaceRoots);
976 ASSERT(!isolate->heap()->InNewSpace(object));
1122 // The serializer is meant to be used only to generate initial heap images
1146 HEAP->IterateStrongRoots(this, VISIT_ONLY_STRONG);
1162 isolate->heap()->undefined_value();
1175 if (start == isolate->heap()->roots_array_start()) {
1180 isolate->heap()->store_buffer()->TopAddress()) {
1247 Heap* heap = HEAP;
1248 if (heap->InNewSpace(heap_object)) return kInvalidRootIndex;
1250 Object* root = heap->roots_array_start()[i];
1344 sink_->PutInt(Heap::kUndefinedValueRootIndex, "root_index");
1346 HEAP->IterateWeakRoots(this, VISIT_ALL);
1357 !HEAP->InNewSpace(object)) {
1475 ASSERT(!HEAP->InNewSpace(current_contents));
1585 Object* source = HEAP->natives_source_cache()->get(i);
1635 if (HEAP->InSpace(object, s)) {
1656 if (HEAP->InSpace(object, s)) {