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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallAndSpread.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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 Math.max(...[1, 2, 3]); 10 Math.max(...[1, 2, 3]);
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 " 67 "
68 frame size: 8 68 frame size: 8
69 parameter count: 1 69 parameter count: 1
70 bytecode array length: 60 70 bytecode array length: 60
71 bytecodes: [ 71 bytecodes: [
72 /* 30 E> */ B(StackCheck), 72 /* 30 E> */ B(StackCheck),
73 /* 34 S> */ B(LdaUndefined), 73 /* 34 S> */ B(LdaUndefined),
74 B(Star), R(1), 74 B(Star), R(1),
75 /* 34 E> */ B(LdaGlobal), U8(0), U8(2), 75 /* 34 E> */ B(LdaGlobal), U8(0), U8(2),
76 B(Star), R(0), 76 B(Star), R(0),
77 B(LdaNamedProperty), R(0), U8(1), U8(4), 77 B(LdaNamedProperty), R(0), U8(1), U8(6),
78 B(Star), R(2), 78 B(Star), R(2),
79 B(LdaUndefined), 79 B(LdaUndefined),
80 B(Star), R(4), 80 B(Star), R(4),
81 B(CreateArrayLiteral), U8(2), U8(6), U8(9), 81 B(CreateArrayLiteral), U8(2), U8(8), U8(9),
82 B(Star), R(5), 82 B(Star), R(5),
83 B(LdaUndefined), 83 B(LdaUndefined),
84 B(Star), R(6), 84 B(Star), R(6),
85 B(CreateArrayLiteral), U8(3), U8(7), U8(9), 85 B(CreateArrayLiteral), U8(3), U8(9), U8(9),
86 B(Star), R(7), 86 B(Star), R(7),
87 B(CallJSRuntime), U8(%spread_iterable), R(6), U8(2), 87 B(CallJSRuntime), U8(%spread_iterable), R(6), U8(2),
88 B(Star), R(6), 88 B(Star), R(6),
89 B(CreateArrayLiteral), U8(4), U8(8), U8(9), 89 B(CreateArrayLiteral), U8(4), U8(10), U8(9),
90 B(Star), R(7), 90 B(Star), R(7),
91 B(CallJSRuntime), U8(%spread_arguments), R(4), U8(4), 91 B(CallJSRuntime), U8(%spread_arguments), R(4), U8(4),
92 B(Star), R(4), 92 B(Star), R(4),
93 B(Mov), R(0), R(3), 93 B(Mov), R(0), R(3),
94 B(CallJSRuntime), U8(%reflect_apply), R(1), U8(4), 94 B(CallJSRuntime), U8(%reflect_apply), R(1), U8(4),
95 B(LdaUndefined), 95 B(LdaUndefined),
96 /* 64 S> */ B(Return), 96 /* 64 S> */ B(Return),
97 ] 97 ]
98 constant pool: [ 98 constant pool: [
99 ONE_BYTE_INTERNALIZED_STRING_TYPE ["Math"], 99 ONE_BYTE_INTERNALIZED_STRING_TYPE ["Math"],
100 ONE_BYTE_INTERNALIZED_STRING_TYPE ["max"], 100 ONE_BYTE_INTERNALIZED_STRING_TYPE ["max"],
101 CONSTANT_ELEMENTS_PAIR_TYPE, 101 CONSTANT_ELEMENTS_PAIR_TYPE,
102 CONSTANT_ELEMENTS_PAIR_TYPE, 102 CONSTANT_ELEMENTS_PAIR_TYPE,
103 CONSTANT_ELEMENTS_PAIR_TYPE, 103 CONSTANT_ELEMENTS_PAIR_TYPE,
104 ] 104 ]
105 handlers: [ 105 handlers: [
106 ] 106 ]
107 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698