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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 " 53 "
54 frame size: 3 54 frame size: 3
55 parameter count: 1 55 parameter count: 1
56 bytecode array length: 19 56 bytecode array length: 19
57 bytecodes: [ 57 bytecodes: [
58 B(StackCheck), 58 B(StackCheck),
59 B(LdaUndefined), 59 B(LdaUndefined),
60 B(Star), R(1), 60 B(Star), R(1),
61 B(CreateClosure), U8(0), U8(0), 61 B(CreateClosure), U8(0), U8(0),
62 B(Star), R(0), 62 B(Star), R(0),
63 B(LdaSmi8), U8(1), 63 B(LdaSmi), U8(1),
64 B(Star), R(2), 64 B(Star), R(2),
65 B(Call), R(0), R(1), U8(2), U8(1), 65 B(Call), R(0), R(1), U8(2), U8(1),
66 B(Return), 66 B(Return),
67 ] 67 ]
68 constant pool: [ 68 constant pool: [
69 InstanceType::SHARED_FUNCTION_INFO_TYPE, 69 InstanceType::SHARED_FUNCTION_INFO_TYPE,
70 ] 70 ]
71 handlers: [ 71 handlers: [
72 ] 72 ]
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698