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

Unified Diff: test/cctest/interpreter/bytecode_expectations/UnaryOperators.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/UnaryOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden b/test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
index b94144d76bbb98f2bd4a3f1b305834b19513a69a..0c59a09480e889fd13baf9b9df1f6d3ca3feff7b 100644
--- a/test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
@@ -21,11 +21,11 @@ bytecodes: [
/* 42 S> */ B(LdaZero),
B(Star), R(0),
/* 54 S> */ B(LdaSmi), I8(10),
- /* 54 E> */ B(TestEqual), R(0), U8(2),
+ /* 54 E> */ B(TestEqual), R(0), U8(4),
B(JumpIfTrue), U8(13),
/* 45 E> */ B(StackCheck),
/* 65 S> */ B(LdaSmi), I8(10),
- /* 71 E> */ B(Add), R(0), U8(3),
+ /* 71 E> */ B(Add), R(0), U8(5),
B(Star), R(0),
B(JumpLoop), U8(15), I8(0),
/* 79 S> */ B(Ldar), R(0),
@@ -56,7 +56,7 @@ bytecodes: [
B(ToBooleanLogicalNot),
B(Star), R(0),
/* 74 S> */ B(LdaFalse),
- /* 74 E> */ B(TestEqual), R(0), U8(2),
+ /* 74 E> */ B(TestEqual), R(0), U8(6),
B(JumpIfFalse), U8(5),
B(JumpLoop), U8(12), I8(0),
/* 85 S> */ B(Ldar), R(0),
@@ -80,7 +80,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(101),
B(Star), R(0),
/* 47 S> */ B(LdaSmi), I8(3),
- /* 61 E> */ B(Mul), R(0), U8(2),
+ /* 61 E> */ B(Mul), R(0), U8(4),
B(LdaUndefined),
/* 67 S> */ B(Return),
]
@@ -95,7 +95,7 @@ snippet: "
var y = void (x * x - 1);
return y;
"
-frame size: 3
+frame size: 4
parameter count: 1
bytecode array length: 22
bytecodes: [
@@ -103,9 +103,9 @@ bytecodes: [
/* 42 S> */ B(Wide), B(LdaSmi), I16(1234),
B(Star), R(0),
/* 56 S> */ B(Nop),
- /* 64 E> */ B(Mul), R(0), U8(2),
- B(Star), R(2),
- /* 68 E> */ B(SubSmi), I8(1), R(2), U8(3),
+ /* 64 E> */ B(Mul), R(0), U8(4),
+ B(Star), R(3),
+ /* 68 E> */ B(SubSmi), I8(1), R(3), U8(5),
B(LdaUndefined),
B(Star), R(1),
/* 74 S> */ B(Nop),
@@ -129,7 +129,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(13),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(-1),
- /* 53 E> */ B(BitwiseXor), R(0), U8(2),
+ /* 53 E> */ B(BitwiseXor), R(0), U8(4),
/* 57 S> */ B(Return),
]
constant pool: [
@@ -150,7 +150,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(13),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(1),
- /* 53 E> */ B(Mul), R(0), U8(2),
+ /* 53 E> */ B(Mul), R(0), U8(4),
/* 57 S> */ B(Return),
]
constant pool: [
@@ -171,7 +171,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(13),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(-1),
- /* 53 E> */ B(Mul), R(0), U8(2),
+ /* 53 E> */ B(Mul), R(0), U8(4),
/* 57 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698