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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type 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 pool type: mixed
7 execute: yes 6 execute: yes
8 wrap: no 7 wrap: no
9 test function name: f 8 test function name: f
10 9
11 --- 10 ---
12 snippet: " 11 snippet: "
13 function f() { %TheHole() } 12 function f() { %TheHole() }
14 f(); 13 f();
15 " 14 "
16 frame size: 0 15 frame size: 0
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 bytecode array length: 14 76 bytecode array length: 14
78 bytecodes: [ 77 bytecodes: [
79 /* 10 E> */ B(StackCheck), 78 /* 10 E> */ B(StackCheck),
80 /* 15 S> */ B(LdrUndefined), R(0), 79 /* 15 S> */ B(LdrUndefined), R(0),
81 B(CreateArrayLiteral), U8(0), U8(0), U8(3), 80 B(CreateArrayLiteral), U8(0), U8(0), U8(3),
82 B(Star), R(1), 81 B(Star), R(1),
83 B(CallJSRuntime), U8(134), R(0), U8(2), 82 B(CallJSRuntime), U8(134), R(0), U8(2),
84 /* 44 S> */ B(Return), 83 /* 44 S> */ B(Return),
85 ] 84 ]
86 constant pool: [ 85 constant pool: [
87 InstanceType::FIXED_ARRAY_TYPE, 86 FIXED_ARRAY_TYPE,
88 ] 87 ]
89 handlers: [ 88 handlers: [
90 ] 89 ]
91 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698