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

Unified Diff: src/heap/mark-compact.h

Issue 1474693003: [heap] delete Heap::LeftTrimFixedAray (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: also delete Marking::TransferMark Created 5 years, 1 month 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 | « src/heap/heap.cc ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index d0fb955d8bc7499a1cbbbbedc22fd4a406737275..9a863a4511adf366c7465df0e5a3808323451e89 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -119,8 +119,6 @@ class Marking : public AllStatic {
markbit.Next().Set();
}
- static void TransferMark(Heap* heap, Address old_start, Address new_start);
-
#ifdef DEBUG
enum ObjectColor {
BLACK_OBJECT,
« no previous file with comments | « src/heap/heap.cc ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698