Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 42723) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -1288,7 +1288,7 @@ |
| // Used by CodePatcher; so must be constant across all code in an isolate. |
| int32_t size = 5; |
| #if defined(DEBUG) |
| - size += 33; // VerifySmi |
| + size += 36; // VerifySmi |
| #endif // DEBUG |
| if (VerifiedMemory::enabled()) { |
| size += 72; |