Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index c2c0c77f42b0e44251c317c8b73521bf60c55350..e10591998cc49f2e1ac0332949a20678af1b2c7e 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -162,8 +162,10 @@ class V8_EXPORT_PRIVATE JSGraph : public NON_EXPORTED_BASE(ZoneObject) { |
kAllocateInNewSpaceStubConstant, |
kAllocateInOldSpaceStubConstant, |
kToNumberBuiltinConstant, |
- kCEntryStubConstant, |
- kCEntryStubWithBuiltinExitFrameConstant, |
+ kCEntryStub1Constant, |
+ kCEntryStub2Constant, |
+ kCEntryStub3Constant, |
+ kCEntryStub1WithBuiltinExitFrameConstant, |
kEmptyFixedArrayConstant, |
kEmptyLiteralsArrayConstant, |
kEmptyStringConstant, |