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

Side by Side Diff: test/cctest/interpreter/CallLookupSlot.golden

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: std::vector instead of initializer_list, golden path as constant. 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: mixed
7 execute: yes
8 wrap: yes
9
10 ---
11 snippet: "
12 g = function(){}; eval(''); return g();
13 "
14 frame size: 9 # in multiples of sizeof(void*)
15 parameter count: 1
16 bytecodes: [
17 B(CallRuntime), U16(461), R(closure), U8(1),
18 B(PushContext), R(0),
19 B(Ldar), R(this),
20 B(StaContextSlot), R(context), U8(4),
21 B(CreateMappedArguments),
22 B(StaContextSlot), R(context), U8(5),
23 B(Ldar), R(new_target),
24 B(StaContextSlot), R(context), U8(6),
25 B(StackCheck),
26 B(CreateClosure), U8(0), U8(0),
27 B(StaLookupSlotSloppy), U8(1),
28 B(LdaConstant), U8(2),
29 B(Star), R(3),
30 B(CallRuntimeForPair), U16(1), R(3), U8(1), R(1),
31 B(LdaConstant), U8(3),
32 B(Star), R(3),
33 B(Mov), R(1), R(4),
34 B(Mov), R(3), R(5),
35 B(Mov), R(closure), R(6),
36 B(LdaZero),
37 B(Star), R(7),
38 B(LdaSmi8), U8(30),
39 B(Star), R(8),
40 B(CallRuntime), U16(106), R(4), U8(5),
41 B(Star), R(1),
42 B(Call), R(1), R(2), U8(2), U8(0),
43 B(LdaConstant), U8(1),
44 B(Star), R(3),
45 B(CallRuntimeForPair), U16(1), R(3), U8(1), R(1),
46 B(Call), R(1), R(2), U8(1), U8(3),
47 B(Return),
48 ]
49 constant pool: [
50 InstanceType::SHARED_FUNCTION_INFO_TYPE,
51 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
52 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
53 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
54 ]
55 handlers: [
56 ]
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698