Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden

Issue 2891353002: [ignition] Use an intrinsic for GeneratorClose. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden b/test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden
index 482b0c567a240a56e58e916f547cd14c5e17175c..8eec06637b44f2bcaeabf72ad968fd4a46de9daa 100644
--- a/test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden
+++ b/test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden
@@ -273,7 +273,7 @@ snippet: "
"
frame size: 14
parameter count: 1
-bytecode array length: 332
+bytecode array length: 331
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(25),
@@ -414,7 +414,7 @@ bytecodes: [
B(Star), R(8),
B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(9),
- B(CallRuntime), U16(Runtime::k_GeneratorClose), R(9), U8(1),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorClose), R(9), U8(1),
B(Ldar), R(8),
B(SetPendingMessage),
B(Ldar), R(6),
@@ -448,7 +448,7 @@ snippet: "
"
frame size: 13
parameter count: 1
-bytecode array length: 439
+bytecode array length: 438
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(25),
@@ -635,7 +635,7 @@ bytecodes: [
B(Star), R(7),
B(LdaImmutableCurrentContextSlot), U8(4),
B(Star), R(8),
- B(CallRuntime), U16(Runtime::k_GeneratorClose), R(8), U8(1),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorClose), R(8), U8(1),
B(Ldar), R(7),
B(SetPendingMessage),
B(Ldar), R(5),

Powered by Google App Engine
This is Rietveld 408576698