Lines Matching refs:Heap
700 // the function will live in the heap until next gc, and can be found by
896 Heap* heap = isolate_->heap();
909 return heap->undefined_value();
915 return heap->undefined_value();
941 Handle<Object> break_points_hit(heap->undefined_value());
1040 return heap->undefined_value();
1439 isolate_->heap()->code_stubs()->SlowReverseLookup(
1612 Heap* heap = isolate->heap();
1613 if (!HasDebugInfo(shared)) return Handle<Object>(heap->undefined_value());
1616 return Handle<Object>(heap->undefined_value());
1939 // We are going to iterate heap to find all functions without
1941 isolate_->heap()->CollectAllGarbage(Heap::kMakeHeapIterableMask,
1948 Object* active_code_marker = isolate_->heap()->the_hole_value();
1959 // Scan the heap for all non-optimized functions which have no
2082 isolate_->heap()->undefined_value());
2261 Heap* heap = isolate_->heap();
2267 // which saves us doing yet another GC to make the heap iterable.
2268 heap->CollectAllGarbage(Heap::kNoGCFlags, "Debug::CreateScriptCache");
2269 heap->CollectAllGarbage(Heap::kMakeHeapIterableMask,
2275 // Scan heap for Script objects.
2320 isolate_->heap()->CollectAllGarbage(Heap::kNoGCFlags,