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

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

Issue 2684993002: [interpreter] Create custom call opcodes for specific argument counts (Closed)
Patch Set: Fix golden files again Created 3 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
11 function t() { } 11 function t() { }
12 function f() { return t(); } 12 function f() { return t(); }
13 f(); 13 f();
14 " 14 "
15 frame size: 2 15 frame size: 2
16 parameter count: 1 16 parameter count: 1
17 bytecode array length: 15 17 bytecode array length: 14
18 bytecodes: [ 18 bytecodes: [
19 /* 27 E> */ B(StackCheck), 19 /* 27 E> */ B(StackCheck),
20 /* 32 S> */ B(LdaUndefined), 20 /* 32 S> */ B(LdaUndefined),
21 B(Star), R(1), 21 B(Star), R(1),
22 B(LdaGlobal), U8(0), U8(4), 22 B(LdaGlobal), U8(0), U8(4),
23 B(Star), R(0), 23 B(Star), R(0),
24 /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(2), 24 /* 39 E> */ B(Call0), R(0), R(1), U8(2),
25 /* 44 S> */ B(Return), 25 /* 44 S> */ B(Return),
26 ] 26 ]
27 constant pool: [ 27 constant pool: [
28 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], 28 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"],
29 ] 29 ]
30 handlers: [ 30 handlers: [
31 ] 31 ]
32 32
33 --- 33 ---
34 snippet: " 34 snippet: "
(...skipping 18 matching lines...) Expand all
53 B(Star), R(4), 53 B(Star), R(4),
54 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(2), 54 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(2),
55 /* 58 S> */ B(Return), 55 /* 58 S> */ B(Return),
56 ] 56 ]
57 constant pool: [ 57 constant pool: [
58 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], 58 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"],
59 ] 59 ]
60 handlers: [ 60 handlers: [
61 ] 61 ]
62 62
OLDNEW
« no previous file with comments | « src/interpreter/interpreter-assembler.cc ('k') | test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698