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

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

Issue 1901083002: [Interpreter] Introduce IncStub and DecStub. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 8 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: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 handlers: [ 240 handlers: [
241 ] 241 ]
242 242
243 --- 243 ---
244 snippet: " 244 snippet: "
245 var x = 17; 245 var x = 17;
246 return 1 + x + (x++) + (++x); 246 return 1 + x + (x++) + (++x);
247 " 247 "
248 frame size: 4 248 frame size: 4
249 parameter count: 1 249 parameter count: 1
250 bytecode array length: 38 250 bytecode array length: 37
251 bytecodes: [ 251 bytecodes: [
252 B(StackCheck), 252 B(StackCheck),
253 B(LdaSmi), U8(17), 253 B(LdaSmi), U8(17),
254 B(Star), R(0), 254 B(Star), R(0),
255 B(LdaSmi), U8(1), 255 B(LdaSmi), U8(1),
256 B(Star), R(1), 256 B(Star), R(1),
257 B(Ldar), R(0), 257 B(Ldar), R(0),
258 B(Add), R(1), 258 B(Add), R(1),
259 B(Star), R(2), 259 B(Star), R(2),
260 B(Ldar), R(0), 260 B(Ldar), R(0),
261 B(ToNumber), 261 B(ToNumber),
262 B(Star), R(1), 262 B(Star), R(1),
263 B(Inc), 263 B(Inc),
264 B(Star), R(0), 264 B(Star), R(0),
265 B(Ldar), R(1), 265 B(Ldar), R(1),
266 B(Add), R(2), 266 B(Add), R(2),
267 B(Star), R(3), 267 B(Star), R(3),
268 B(Ldar), R(0), 268 B(Ldar), R(0),
269 B(ToNumber),
270 B(Inc), 269 B(Inc),
271 B(Star), R(0), 270 B(Star), R(0),
272 B(Add), R(3), 271 B(Add), R(3),
273 B(Return), 272 B(Return),
274 ] 273 ]
275 constant pool: [ 274 constant pool: [
276 ] 275 ]
277 handlers: [ 276 handlers: [
278 ] 277 ]
279 278
OLDNEW
« no previous file with comments | « src/x87/interface-descriptors-x87.cc ('k') | test/cctest/interpreter/bytecode_expectations/BasicLoops.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698