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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden

Issue 2504153002: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: REBASE. Created 4 years 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(2), 117 B(Star), R(2),
118 B(LdaGlobal), U8(1), U8(2), 118 B(LdaGlobal), U8(1), U8(2),
119 B(Star), R(1), 119 B(Star), R(1),
120 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(4), 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