Index: test/cctest/interpreter/bytecode_expectations/TryFinally.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/TryFinally.golden b/test/cctest/interpreter/bytecode_expectations/TryFinally.golden |
index de453bade2e70d074abfa650f3919bd0f1b95f55..de3bbf03342e609090f7765fc8a3ab73ea69c469 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/TryFinally.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/TryFinally.golden |
@@ -18,21 +18,21 @@ bytecode array length: 51 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
- /* 42 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(Mov), R(context), R(3), |
/* 51 S> */ B(LdaSmi), U8(2), |
- /* 53 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(LdaSmi), U8(-1), |
B(Star), R(1), |
B(Jump), U8(7), |
B(Star), R(2), |
B(LdaZero), |
B(Star), R(1), |
- B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
+ /* 53 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Star), R(3), |
/* 70 S> */ B(LdaSmi), U8(3), |
- /* 72 E> */ B(Star), R(0), |
- B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(3), U8(1), |
+ B(Star), R(0), |
+ /* 72 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(3), U8(1), |
B(LdaZero), |
B(TestEqualStrict), R(1), |
B(JumpIfTrue), U8(4), |
@@ -59,23 +59,23 @@ bytecode array length: 87 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
- /* 42 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(Mov), R(context), R(4), |
B(Mov), R(context), R(5), |
/* 51 S> */ B(LdaSmi), U8(2), |
- /* 53 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(Jump), U8(33), |
B(Star), R(7), |
B(LdaConstant), U8(0), |
B(Star), R(6), |
B(Mov), R(closure), R(8), |
- B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3), |
+ /* 53 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3), |
B(Star), R(5), |
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Ldar), R(5), |
B(PushContext), R(1), |
/* 71 S> */ B(LdaSmi), U8(20), |
- /* 73 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(PopContext), R(1), |
B(LdaSmi), U8(-1), |
B(Star), R(2), |
@@ -83,11 +83,11 @@ bytecodes: [ |
B(Star), R(3), |
B(LdaZero), |
B(Star), R(2), |
- B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
+ /* 73 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Star), R(4), |
/* 90 S> */ B(LdaSmi), U8(3), |
- /* 92 E> */ B(Star), R(0), |
- B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1), |
+ B(Star), R(0), |
+ /* 92 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1), |
B(LdaZero), |
B(TestEqualStrict), R(2), |
B(JumpIfTrue), U8(4), |
@@ -120,32 +120,32 @@ bytecodes: [ |
B(Mov), R(context), R(5), |
B(Mov), R(context), R(6), |
/* 55 S> */ B(LdaSmi), U8(1), |
- /* 57 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(Jump), U8(33), |
B(Star), R(8), |
B(LdaConstant), U8(0), |
B(Star), R(7), |
B(Mov), R(closure), R(9), |
- B(CallRuntime), U16(Runtime::kPushCatchContext), R(7), U8(3), |
+ /* 57 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(7), U8(3), |
B(Star), R(6), |
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Ldar), R(6), |
B(PushContext), R(1), |
/* 74 S> */ B(LdaSmi), U8(2), |
- /* 76 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(PopContext), R(1), |
B(Jump), U8(33), |
B(Star), R(7), |
B(LdaConstant), U8(0), |
B(Star), R(6), |
B(Mov), R(closure), R(8), |
- B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3), |
+ /* 76 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3), |
B(Star), R(5), |
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Ldar), R(5), |
B(PushContext), R(1), |
/* 95 S> */ B(LdaSmi), U8(20), |
- /* 97 E> */ B(Star), R(0), |
+ B(Star), R(0), |
B(PopContext), R(1), |
B(LdaSmi), U8(-1), |
B(Star), R(2), |
@@ -153,11 +153,11 @@ bytecodes: [ |
B(Star), R(3), |
B(LdaZero), |
B(Star), R(2), |
- B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
+ /* 97 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0), |
B(Star), R(4), |
/* 114 S> */ B(LdaSmi), U8(3), |
- /* 116 E> */ B(Star), R(0), |
- B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1), |
+ B(Star), R(0), |
+ /* 116 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1), |
B(LdaZero), |
B(TestEqualStrict), R(2), |
B(JumpIfTrue), U8(4), |