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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallGlobal.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: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 29 matching lines...) Expand all
40 " 40 "
41 frame size: 5 41 frame size: 5
42 parameter count: 1 42 parameter count: 1
43 bytecode array length: 27 43 bytecode array length: 27
44 bytecodes: [ 44 bytecodes: [
45 B(StackCheck), 45 B(StackCheck),
46 B(LdaUndefined), 46 B(LdaUndefined),
47 B(Star), R(1), 47 B(Star), R(1),
48 B(LdaGlobal), U8(0), U8(3), 48 B(LdaGlobal), U8(0), U8(3),
49 B(Star), R(0), 49 B(Star), R(0),
50 B(LdaSmi8), U8(1), 50 B(LdaSmi), U8(1),
51 B(Star), R(2), 51 B(Star), R(2),
52 B(LdaSmi8), U8(2), 52 B(LdaSmi), U8(2),
53 B(Star), R(3), 53 B(Star), R(3),
54 B(LdaSmi8), U8(3), 54 B(LdaSmi), U8(3),
55 B(Star), R(4), 55 B(Star), R(4),
56 B(Call), R(0), R(1), U8(4), U8(1), 56 B(Call), R(0), R(1), U8(4), U8(1),
57 B(Return), 57 B(Return),
58 ] 58 ]
59 constant pool: [ 59 constant pool: [
60 "t", 60 "t",
61 ] 61 ]
62 handlers: [ 62 handlers: [
63 ] 63 ]
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698