Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1724)

Unified Diff: src/global-handles.h

Issue 1064713005: collect phantom handle data before it gets overwritten (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/global-handles.cc » ('j') | src/global-handles.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index cb5619ffbe0c3c2a42589230be984b883e26352a..6724847303d4188ffdab4fb31c859a9b85d2a410 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -162,14 +162,6 @@ class GlobalHandles {
return number_of_global_handles_;
}
- // Collect up data for the weak handle callbacks after GC has completed, but
- // before memory is reclaimed.
- void CollectAllPhantomCallbackData();
-
- // Collect up data for the weak handle callbacks referenced by young
- // generation after GC has completed, but before memory is reclaimed.
- void CollectYoungPhantomCallbackData();
-
// Clear the weakness of a global handle.
static void* ClearWeakness(Object** location);
« no previous file with comments | « no previous file | src/global-handles.cc » ('j') | src/global-handles.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698