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

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

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reflow REPEAT_249 macro. Created 4 years, 10 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
(Empty)
1 #
2 # Autogenerated by generate-bytecode-expectations.
3 #
4
5 ---
6 pool type: string
7 execute: yes
8 wrap: yes
9
10 ---
11 snippet: "
12 return eval('1;');
13 "
14 frame size: 9
15 parameter count: 1
16 bytecode array length: 65
17 bytecodes: [
18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
19 B(PushContext), R(0),
20 B(Ldar), R(this),
21 B(StaContextSlot), R(context), U8(4),
22 B(CreateMappedArguments),
23 B(StaContextSlot), R(context), U8(5),
24 B(Ldar), R(new_target),
25 B(StaContextSlot), R(context), U8(6),
26 B(StackCheck),
27 B(LdaConstant), U8(0),
28 B(Star), R(3),
29 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1) ,
30 B(LdaConstant), U8(1),
31 B(Star), R(3),
32 B(Mov), R(1), R(4),
33 B(Mov), R(3), R(5),
34 B(Mov), R(closure), R(6),
35 B(LdaZero),
36 B(Star), R(7),
37 B(LdaSmi8), U8(30),
38 B(Star), R(8),
39 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5),
40 B(Star), R(1),
41 B(Call), R(1), R(2), U8(2), U8(0),
42 B(Return),
43 ]
44 constant pool: [
45 "eval",
46 "1;",
47 ]
48 handlers: [
49 ]
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698