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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CountOperators.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/CountOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
index 512ad2668a89f31b838fd8bb843326d6bc637ab7..b51ef556b107d785f0ea950f2e9a1042225bd455 100644
--- a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden
@@ -16,7 +16,7 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 45 S> */ B(Inc), U8(2),
+ /* 45 S> */ B(Inc), U8(4),
B(Star), R(0),
/* 57 S> */ B(Return),
]
@@ -38,7 +38,7 @@ bytecodes: [
B(Star), R(0),
/* 45 S> */ B(ToNumber), R(1),
B(Ldar), R(1),
- B(Inc), U8(2),
+ B(Inc), U8(4),
B(Star), R(0),
B(Ldar), R(1),
/* 57 S> */ B(Return),
@@ -59,7 +59,7 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 45 S> */ B(Dec), U8(2),
+ /* 45 S> */ B(Dec), U8(4),
B(Star), R(0),
/* 57 S> */ B(Return),
]
@@ -81,7 +81,7 @@ bytecodes: [
B(Star), R(0),
/* 45 S> */ B(ToNumber), R(1),
B(Ldar), R(1),
- B(Dec), U8(2),
+ B(Dec), U8(4),
B(Star), R(0),
B(Ldar), R(1),
/* 57 S> */ B(Return),
@@ -100,13 +100,13 @@ parameter count: 1
bytecode array length: 26
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(1),
- B(Mov), R(1), R(0),
- /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3),
+ /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(2),
+ B(Mov), R(2), R(0),
+ /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(5),
B(ToNumber), R(2),
B(Ldar), R(2),
- B(Inc), U8(7),
- /* 66 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5),
+ B(Inc), U8(9),
+ /* 66 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(7),
B(Ldar), R(2),
/* 70 S> */ B(Return),
]
@@ -121,16 +121,16 @@ handlers: [
snippet: "
var a = { val: 1 }; return --a.val;
"
-frame size: 2
+frame size: 3
parameter count: 1
bytecode array length: 20
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(1),
- B(Mov), R(1), R(0),
- /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3),
- B(Dec), U8(7),
- /* 65 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5),
+ /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(2), U8(1), R(2),
+ B(Mov), R(2), R(0),
+ /* 54 S> */ B(LdaNamedProperty), R(0), U8(1), U8(5),
+ B(Dec), U8(9),
+ /* 65 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(7),
/* 70 S> */ B(Return),
]
constant pool: [
@@ -151,14 +151,14 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 45 S> */ B(LdaConstant), U8(0),
B(Star), R(0),
- /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(2), U8(1), R(2),
- B(Mov), R(2), R(1),
+ /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(4), U8(1), R(3),
+ B(Mov), R(3), R(1),
/* 72 S> */ B(Ldar), R(0),
- /* 81 E> */ B(LdaKeyedProperty), R(1), U8(3),
+ /* 81 E> */ B(LdaKeyedProperty), R(1), U8(7),
B(ToNumber), R(4),
B(Ldar), R(4),
- B(Dec), U8(7),
- /* 86 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(5),
+ B(Dec), U8(11),
+ /* 86 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(9),
B(Ldar), R(4),
/* 90 S> */ B(Return),
]
@@ -173,19 +173,19 @@ handlers: [
snippet: "
var name = 'var'; var a = { val: 1 }; return ++a[name];
"
-frame size: 3
+frame size: 4
parameter count: 1
bytecode array length: 25
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 45 S> */ B(LdaConstant), U8(0),
B(Star), R(0),
- /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(2), U8(1), R(2),
- B(Mov), R(2), R(1),
+ /* 60 S> */ B(CreateObjectLiteral), U8(1), U8(4), U8(1), R(3),
+ B(Mov), R(3), R(1),
/* 72 S> */ B(Ldar), R(0),
- /* 83 E> */ B(LdaKeyedProperty), R(1), U8(3),
- B(Inc), U8(7),
- /* 87 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(5),
+ /* 83 E> */ B(LdaKeyedProperty), R(1), U8(7),
+ B(Inc), U8(11),
+ /* 87 E> */ B(StaKeyedPropertySloppy), R(1), R(0), U8(9),
/* 90 S> */ B(Return),
]
constant pool: [
@@ -208,10 +208,10 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
/* 42 E> */ B(StaCurrentContextSlot), U8(4),
- /* 53 S> */ B(CreateClosure), U8(0), U8(2), U8(2),
+ /* 53 S> */ B(CreateClosure), U8(0), U8(4), U8(2),
B(Star), R(0),
/* 78 S> */ B(LdaCurrentContextSlot), U8(4),
- B(Inc), U8(3),
+ B(Inc), U8(7),
/* 87 E> */ B(StaCurrentContextSlot), U8(4),
/* 90 S> */ B(Return),
]
@@ -234,12 +234,12 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
/* 42 E> */ B(StaCurrentContextSlot), U8(4),
- /* 53 S> */ B(CreateClosure), U8(0), U8(2), U8(2),
+ /* 53 S> */ B(CreateClosure), U8(0), U8(4), U8(2),
B(Star), R(0),
/* 78 S> */ B(LdaCurrentContextSlot), U8(4),
B(ToNumber), R(2),
B(Ldar), R(2),
- B(Dec), U8(3),
+ B(Dec), U8(7),
/* 86 E> */ B(StaCurrentContextSlot), U8(4),
B(Ldar), R(2),
/* 90 S> */ B(Return),
@@ -254,22 +254,22 @@ handlers: [
snippet: "
var idx = 1; var a = [1, 2]; return a[idx++] = 2;
"
-frame size: 4
+frame size: 5
parameter count: 1
bytecode array length: 28
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(9),
+ /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(4), U8(9),
B(Star), R(1),
/* 63 S> */ B(Ldar), R(0),
- B(ToNumber), R(3),
- B(Ldar), R(3),
- B(Inc), U8(3),
+ B(ToNumber), R(4),
+ B(Ldar), R(4),
+ B(Inc), U8(7),
B(Star), R(0),
B(LdaSmi), I8(2),
- /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(4),
+ /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(4), U8(8),
/* 84 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698