Chromium Code Reviews| Index: src/assembler.h |
| diff --git a/src/assembler.h b/src/assembler.h |
| index f9a3a99a32aa5d2492d8d7d99e9cd443a5ff4277..423e29770fb883e02a44a11b1a6b7591d09bcfe2 100644 |
| --- a/src/assembler.h |
| +++ b/src/assembler.h |
| @@ -893,6 +893,9 @@ class ExternalReference BASE_EMBEDDED { |
| // Isolate as an external reference. |
| static ExternalReference isolate_address(Isolate* isolate); |
| + // Address of the interpreter dispatch table. |
| + static ExternalReference interpreter_dispatch_table_address(Isolate* isolate); |
|
Michael Starzinger
2016/02/05 11:42:16
nit: Move to below the general comment about "One-
Yang
2016/02/05 11:51:01
Done.
|
| + |
| // One-of-a-kind references. These references are not part of a general |
| // pattern. This means that they have to be added to the |
| // ExternalReferenceTable in serialize.cc manually. |