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

Unified Diff: test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.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/PrimitiveExpressions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden b/test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
index 055c016e24610a152e6797bd7284e47d13216444..afa7554409bdb1b1049c009c217f10509fc47738 100644
--- a/test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
@@ -36,7 +36,7 @@ bytecodes: [
/* 42 S> */ B(LdaZero),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(3),
- /* 54 E> */ B(Add), R(0), U8(2),
+ /* 54 E> */ B(Add), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -56,7 +56,7 @@ bytecodes: [
/* 42 S> */ B(LdaZero),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(3),
- /* 54 E> */ B(Sub), R(0), U8(2),
+ /* 54 E> */ B(Sub), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -76,7 +76,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(4),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(3),
- /* 54 E> */ B(Mul), R(0), U8(2),
+ /* 54 E> */ B(Mul), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -96,7 +96,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(4),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(3),
- /* 54 E> */ B(Div), R(0), U8(2),
+ /* 54 E> */ B(Div), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -116,7 +116,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(4),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(3),
- /* 54 E> */ B(Mod), R(0), U8(2),
+ /* 54 E> */ B(Mod), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -136,7 +136,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(2),
- /* 54 E> */ B(BitwiseOr), R(0), U8(2),
+ /* 54 E> */ B(BitwiseOr), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -156,7 +156,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(2),
- /* 54 E> */ B(BitwiseXor), R(0), U8(2),
+ /* 54 E> */ B(BitwiseXor), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -176,7 +176,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), I8(2),
- /* 54 E> */ B(BitwiseAnd), R(0), U8(2),
+ /* 54 E> */ B(BitwiseAnd), R(0), U8(4),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -196,7 +196,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(10),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(3),
- /* 55 E> */ B(ShiftLeft), R(0), U8(2),
+ /* 55 E> */ B(ShiftLeft), R(0), U8(4),
/* 61 S> */ B(Return),
]
constant pool: [
@@ -216,7 +216,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(10),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(3),
- /* 55 E> */ B(ShiftRight), R(0), U8(2),
+ /* 55 E> */ B(ShiftRight), R(0), U8(4),
/* 61 S> */ B(Return),
]
constant pool: [
@@ -236,7 +236,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), I8(10),
B(Star), R(0),
/* 46 S> */ B(LdaSmi), I8(3),
- /* 55 E> */ B(ShiftRightLogical), R(0), U8(2),
+ /* 55 E> */ B(ShiftRightLogical), R(0), U8(4),
/* 62 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698