| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index b0142bff0d9e536c259b769d6dc2ce17b1a8518a..c7a20eaf8e8a98ed13f8365b7cf9b6542ac3ea99 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -287,6 +287,18 @@ class ThreadLocalTop BASE_EMBEDDED {
|
| };
|
|
|
|
|
| +class SystemThreadManager {
|
| + public:
|
| + enum ParallelSystemComponent {
|
| + PARALLEL_SWEEPING,
|
| + CONCURRENT_SWEEPING,
|
| + PARALLEL_MARKING
|
| + };
|
| +
|
| + static int NumberOfParallelSystemThreads(ParallelSystemComponent type);
|
| +};
|
| +
|
| +
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
|
|
| #define ISOLATE_DEBUGGER_INIT_LIST(V) \
|
|
|