Home | History | Annotate | Download | only in src

Lines Matching full:heap

734   // the function will live in the heap until next gc, and can be found by
920 Heap* heap = isolate_->heap();
933 return heap->undefined_value();
939 return heap->undefined_value();
965 Handle<Object> break_points_hit(heap->undefined_value());
1024 return heap->undefined_value();
1408 isolate_->heap()->code_stubs()->SlowReverseLookup(
1565 Heap* heap = isolate->heap();
1566 if (!HasDebugInfo(shared)) return Handle<Object>(heap->undefined_value());
1569 return Handle<Object>(heap->undefined_value());
1746 isolate_->heap()->undefined_value());
1918 Heap* heap = isolate_->heap();
1924 heap->CollectAllGarbage(false);
1925 heap->CollectAllGarbage(false);
1930 // Scan heap for Script objects.
1974 isolate_->heap()->CollectAllGarbage(false);