| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 843e73d8e7dfa7d026036e70a8c80d9cd206204f..7e62012537905b35a22942abefad1782ffff4a7c 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -559,6 +559,7 @@ class MarkCompactCollector {
|
| enum SweepingParallelism { SWEEP_ON_MAIN_THREAD, SWEEP_IN_PARALLEL };
|
|
|
| #ifdef VERIFY_HEAP
|
| + void VerifyValidStoreAndSlotsBufferEntries();
|
| void VerifyMarkbitsAreClean();
|
| static void VerifyMarkbitsAreClean(PagedSpace* space);
|
| static void VerifyMarkbitsAreClean(NewSpace* space);
|
|
|