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

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

Issue 1997653002: [interpreter] Bytecode register optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Decouple a test from implementation. Created 4 years, 6 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 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 13 matching lines...) Expand all
24 B(Ldar), R(new_target), 24 B(Ldar), R(new_target),
25 B(StaContextSlot), R(context), U8(6), 25 B(StaContextSlot), R(context), U8(6),
26 /* 30 E> */ B(StackCheck), 26 /* 30 E> */ B(StackCheck),
27 /* 34 S> */ B(CreateClosure), U8(0), U8(0), 27 /* 34 S> */ B(CreateClosure), U8(0), U8(0),
28 /* 36 E> */ B(StaLookupSlotSloppy), U8(1), 28 /* 36 E> */ B(StaLookupSlotSloppy), U8(1),
29 /* 52 S> */ B(LdaConstant), U8(2), 29 /* 52 S> */ B(LdaConstant), U8(2),
30 B(Star), R(3), 30 B(Star), R(3),
31 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1), 31 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1),
32 B(LdaConstant), U8(3), 32 B(LdaConstant), U8(3),
33 B(Star), R(3), 33 B(Star), R(3),
34 B(Mov), R(1), R(4),
35 B(Mov), R(3), R(5),
36 B(Mov), R(closure), R(6),
37 B(LdaZero), 34 B(LdaZero),
38 B(Star), R(7), 35 B(Star), R(7),
39 B(LdaSmi), U8(30), 36 B(LdaSmi), U8(30),
40 B(Star), R(8), 37 B(Star), R(8),
41 B(LdaSmi), U8(52), 38 B(LdaSmi), U8(52),
42 B(Star), R(9), 39 B(Star), R(9),
40 B(Mov), R(1), R(4),
41 B(Mov), R(3), R(5),
42 B(Mov), R(closure), R(6),
43 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 43 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
44 B(Star), R(1), 44 B(Star), R(1),
45 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0), 45 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0),
46 /* 62 S> */ B(LdaConstant), U8(1), 46 /* 62 S> */ B(LdaConstant), U8(1),
47 B(Star), R(3), 47 B(Star), R(3),
48 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1), 48 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1),
49 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(3), 49 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(3),
50 /* 74 S> */ B(Return), 50 /* 74 S> */ B(Return),
51 ] 51 ]
52 constant pool: [ 52 constant pool: [
53 InstanceType::SHARED_FUNCTION_INFO_TYPE, 53 InstanceType::SHARED_FUNCTION_INFO_TYPE,
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
55 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 55 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
56 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 56 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
57 ] 57 ]
58 handlers: [ 58 handlers: [
59 ] 59 ]
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698