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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.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: no 6 wrap: no
7 top level: yes 7 top level: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 bytecode array length: 32 107 bytecode array length: 32
108 bytecodes: [ 108 bytecodes: [
109 B(LdaConstant), U8(0), 109 B(LdaConstant), U8(0),
110 B(Star), R(1), 110 B(Star), R(1),
111 B(LdaZero), 111 B(LdaZero),
112 B(Star), R(2), 112 B(Star), R(2),
113 B(Mov), R(closure), R(3), 113 B(Mov), R(closure), R(3),
114 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3), 114 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3),
115 /* 0 E> */ B(StackCheck), 115 /* 0 E> */ B(StackCheck),
116 /* 16 S> */ B(LdaUndefined), 116 /* 16 S> */ B(LdaUndefined),
117 B(Star), R(3),
118 B(LdaGlobal), U8(1), U8(2),
117 B(Star), R(2), 119 B(Star), R(2),
118 B(LdaGlobal), U8(1), U8(2), 120 /* 16 E> */ B(Call), R(2), R(3), U8(1), U8(5),
119 B(Star), R(1),
120 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(5),
121 B(Star), R(0), 121 B(Star), R(0),
122 /* 20 S> */ B(Return), 122 /* 20 S> */ B(Return),
123 ] 123 ]
124 constant pool: [ 124 constant pool: [
125 FIXED_ARRAY_TYPE, 125 FIXED_ARRAY_TYPE,
126 ONE_BYTE_INTERNALIZED_STRING_TYPE ["f"], 126 ONE_BYTE_INTERNALIZED_STRING_TYPE ["f"],
127 ] 127 ]
128 handlers: [ 128 handlers: [
129 ] 129 ]
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698