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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Eval.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: string
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 return eval('1;'); 11 return eval('1;');
13 " 12 "
14 frame size: 10 13 frame size: 10
15 parameter count: 1 14 parameter count: 1
16 bytecode array length: 66 15 bytecode array length: 66
(...skipping 20 matching lines...) Expand all
37 B(Star), R(9), 36 B(Star), R(9),
38 B(Mov), R(1), R(4), 37 B(Mov), R(1), R(4),
39 B(Mov), R(3), R(5), 38 B(Mov), R(3), R(5),
40 B(Mov), R(closure), R(6), 39 B(Mov), R(closure), R(6),
41 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
42 B(Star), R(1), 41 B(Star), R(1),
43 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(0), 42 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(0),
44 /* 53 S> */ B(Return), 43 /* 53 S> */ B(Return),
45 ] 44 ]
46 constant pool: [ 45 constant pool: [
47 "eval", 46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
48 "1;", 47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"],
49 ] 48 ]
50 handlers: [ 49 handlers: [
51 ] 50 ]
52 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698