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

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

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Use constructor name if available. Created 3 years, 10 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/JumpsRequiringConstantWideOperands.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden b/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
index 292247b4258134c67cdd97ec9bda0a29433de42d..0066a166bc3d5abe598da67f47af2f86439c07c9 100644
--- a/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
+++ b/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
@@ -327,7 +327,7 @@ snippet: "
"
frame size: 2
parameter count: 1
-bytecode array length: 1412
+bytecode array length: 1423
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaConstant), U8(0),
@@ -957,21 +957,21 @@ bytecodes: [
/* 4103 S> */ B(LdaZero),
B(Star), R(1),
/* 4108 S> */ B(LdaSmi), I8(3),
- /* 4108 E> */ B(TestLessThan), R(1), U8(2),
- B(Wide), B(JumpIfFalse), U16(39),
+ /* 4108 E> */ B(Wide), B(TestLessThan), R16(1), U16(628),
+ B(Wide), B(JumpIfFalse), U16(47),
/* 4090 E> */ B(StackCheck),
/* 4122 S> */ B(LdaSmi), I8(1),
- /* 4128 E> */ B(TestEqual), R(1), U8(4),
+ /* 4128 E> */ B(Wide), B(TestEqual), R16(1), U16(630),
B(Wide), B(JumpIfFalse), U16(7),
- /* 4134 S> */ B(Wide), B(Jump), U16(16),
+ /* 4134 S> */ B(Wide), B(Jump), U16(19),
/* 4146 S> */ B(LdaSmi), I8(2),
- /* 4152 E> */ B(TestEqual), R(1), U8(5),
+ /* 4152 E> */ B(Wide), B(TestEqual), R16(1), U16(631),
B(Wide), B(JumpIfFalse), U16(7),
- /* 4158 S> */ B(Wide), B(Jump), U16(12),
+ /* 4158 S> */ B(Wide), B(Jump), U16(14),
/* 4114 S> */ B(Ldar), R(1),
- B(Inc), U8(3),
+ B(Wide), B(Inc), U16(629),
B(Star), R(1),
- B(JumpLoop), U8(42), I8(0),
+ B(JumpLoop), U8(53), I8(0),
/* 4167 S> */ B(LdaSmi), I8(3),
/* 4177 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698