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

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

Issue 2640273002: [ignition] Expect 'I' for signed bytecode operands (Closed)
Patch Set: Rebase Created 3 years, 11 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 --- 46 ---
47 snippet: " 47 snippet: "
48 function f() { return %Add(1, 2) } 48 function f() { return %Add(1, 2) }
49 f(); 49 f();
50 " 50 "
51 frame size: 2 51 frame size: 2
52 parameter count: 1 52 parameter count: 1
53 bytecode array length: 15 53 bytecode array length: 15
54 bytecodes: [ 54 bytecodes: [
55 /* 10 E> */ B(StackCheck), 55 /* 10 E> */ B(StackCheck),
56 /* 15 S> */ B(LdaSmi), U8(1), 56 /* 15 S> */ B(LdaSmi), I8(1),
57 B(Star), R(0), 57 B(Star), R(0),
58 B(LdaSmi), U8(2), 58 B(LdaSmi), I8(2),
59 B(Star), R(1), 59 B(Star), R(1),
60 B(CallRuntime), U16(Runtime::kAdd), R(0), U8(2), 60 B(CallRuntime), U16(Runtime::kAdd), R(0), U8(2),
61 /* 33 S> */ B(Return), 61 /* 33 S> */ B(Return),
62 ] 62 ]
63 constant pool: [ 63 constant pool: [
64 ] 64 ]
65 handlers: [ 65 handlers: [
66 ] 66 ]
67 67
68 --- 68 ---
(...skipping 12 matching lines...) Expand all
81 B(Star), R(1), 81 B(Star), R(1),
82 B(CallJSRuntime), U8(%spread_iterable), R(0), U8(2), 82 B(CallJSRuntime), U8(%spread_iterable), R(0), U8(2),
83 /* 44 S> */ B(Return), 83 /* 44 S> */ B(Return),
84 ] 84 ]
85 constant pool: [ 85 constant pool: [
86 CONSTANT_ELEMENTS_PAIR_TYPE, 86 CONSTANT_ELEMENTS_PAIR_TYPE,
87 ] 87 ]
88 handlers: [ 88 handlers: [
89 ] 89 ]
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698