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/CreateArguments.golden

Issue 2337123003: [turbofan] Collect invocation counts and compute relative call frequencies. (Closed)
Patch Set: Address feedback. Created 4 years, 3 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 execute: yes 6 execute: yes
7 wrap: no 7 wrap: no
8 test function name: f 8 test function name: f
9 9
10 --- 10 ---
(...skipping 22 matching lines...) Expand all
33 f(); 33 f();
34 " 34 "
35 frame size: 1 35 frame size: 1
36 parameter count: 1 36 parameter count: 1
37 bytecode array length: 9 37 bytecode array length: 9
38 bytecodes: [ 38 bytecodes: [
39 B(CreateMappedArguments), 39 B(CreateMappedArguments),
40 B(Star), R(0), 40 B(Star), R(0),
41 /* 10 E> */ B(StackCheck), 41 /* 10 E> */ B(StackCheck),
42 /* 15 S> */ B(LdaZero), 42 /* 15 S> */ B(LdaZero),
43 /* 31 E> */ B(LdaKeyedProperty), R(0), U8(1), 43 /* 31 E> */ B(LdaKeyedProperty), R(0), U8(2),
44 /* 36 S> */ B(Return), 44 /* 36 S> */ B(Return),
45 ] 45 ]
46 constant pool: [ 46 constant pool: [
47 ] 47 ]
48 handlers: [ 48 handlers: [
49 ] 49 ]
50 50
51 --- 51 ---
52 snippet: " 52 snippet: "
53 function f() { 'use strict'; return arguments; } 53 function f() { 'use strict'; return arguments; }
(...skipping 24 matching lines...) Expand all
78 bytecode array length: 19 78 bytecode array length: 19
79 bytecodes: [ 79 bytecodes: [
80 B(CreateFunctionContext), U8(1), 80 B(CreateFunctionContext), U8(1),
81 B(PushContext), R(1), 81 B(PushContext), R(1),
82 B(Ldar), R(arg0), 82 B(Ldar), R(arg0),
83 B(StaContextSlot), R(context), U8(4), U8(0), 83 B(StaContextSlot), R(context), U8(4), U8(0),
84 B(CreateMappedArguments), 84 B(CreateMappedArguments),
85 B(Star), R(0), 85 B(Star), R(0),
86 /* 10 E> */ B(StackCheck), 86 /* 10 E> */ B(StackCheck),
87 /* 16 S> */ B(LdaZero), 87 /* 16 S> */ B(LdaZero),
88 /* 32 E> */ B(LdaKeyedProperty), R(0), U8(1), 88 /* 32 E> */ B(LdaKeyedProperty), R(0), U8(2),
89 /* 37 S> */ B(Return), 89 /* 37 S> */ B(Return),
90 ] 90 ]
91 constant pool: [ 91 constant pool: [
92 ] 92 ]
93 handlers: [ 93 handlers: [
94 ] 94 ]
95 95
96 --- 96 ---
97 snippet: " 97 snippet: "
98 function f(a, b, c) { return arguments; } 98 function f(a, b, c) { return arguments; }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 B(Star), R(0), 134 B(Star), R(0),
135 /* 10 E> */ B(StackCheck), 135 /* 10 E> */ B(StackCheck),
136 /* 36 S> */ B(Nop), 136 /* 36 S> */ B(Nop),
137 /* 54 S> */ B(Return), 137 /* 54 S> */ B(Return),
138 ] 138 ]
139 constant pool: [ 139 constant pool: [
140 ] 140 ]
141 handlers: [ 141 handlers: [
142 ] 142 ]
143 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698