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

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

Issue 2152853002: [Interpreter] Avoid accessing on-heap literal in VisitLiteral. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: DCHECK to CHECK Created 4 years, 5 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 pool type: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 bytecodes: [ 169 bytecodes: [
170 /* 30 E> */ B(StackCheck), 170 /* 30 E> */ B(StackCheck),
171 /* 34 S> */ B(LdaSmi), U8(-128), 171 /* 34 S> */ B(LdaSmi), U8(-128),
172 /* 47 S> */ B(Return), 172 /* 47 S> */ B(Return),
173 ] 173 ]
174 constant pool: [ 174 constant pool: [
175 ] 175 ]
176 handlers: [ 176 handlers: [
177 ] 177 ]
178 178
179 ---
180 snippet: "
181 return 2.0;
182 "
183 frame size: 0
184 parameter count: 1
185 bytecode array length: 4
186 bytecodes: [
187 /* 30 E> */ B(StackCheck),
188 /* 34 S> */ B(LdaConstant), U8(0),
189 /* 46 S> */ B(Return),
190 ]
191 constant pool: [
192 2,
193 ]
194 handlers: [
195 ]
196
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698