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

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

Issue 2007023003: [interpreter] Address naming inconsistencies in bytecodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0056-register-only
Patch Set: Rebase. Created 4 years, 7 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 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 25 matching lines...) Expand all
36 frame size: 2 36 frame size: 2
37 parameter count: 1 37 parameter count: 1
38 bytecode array length: 13 38 bytecode array length: 13
39 bytecodes: [ 39 bytecodes: [
40 B(CreateMappedArguments), 40 B(CreateMappedArguments),
41 B(Star), R(0), 41 B(Star), R(0),
42 /* 10 E> */ B(StackCheck), 42 /* 10 E> */ B(StackCheck),
43 /* 15 S> */ B(Ldar), R(0), 43 /* 15 S> */ B(Ldar), R(0),
44 B(Star), R(1), 44 B(Star), R(1),
45 /* 31 E> */ B(LdaZero), 45 /* 31 E> */ B(LdaZero),
46 B(KeyedLoadIC), R(1), U8(1), 46 B(LdaKeyedProperty), R(1), U8(1),
47 /* 36 S> */ B(Return), 47 /* 36 S> */ B(Return),
48 ] 48 ]
49 constant pool: [ 49 constant pool: [
50 ] 50 ]
51 handlers: [ 51 handlers: [
52 ] 52 ]
53 53
54 --- 54 ---
55 snippet: " 55 snippet: "
56 function f() { 'use strict'; return arguments; } 56 function f() { 'use strict'; return arguments; }
(...skipping 26 matching lines...) Expand all
83 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 83 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
84 B(PushContext), R(1), 84 B(PushContext), R(1),
85 B(Ldar), R(arg0), 85 B(Ldar), R(arg0),
86 B(StaContextSlot), R(context), U8(4), 86 B(StaContextSlot), R(context), U8(4),
87 B(CreateMappedArguments), 87 B(CreateMappedArguments),
88 B(Star), R(0), 88 B(Star), R(0),
89 /* 10 E> */ B(StackCheck), 89 /* 10 E> */ B(StackCheck),
90 /* 16 S> */ B(Ldar), R(0), 90 /* 16 S> */ B(Ldar), R(0),
91 B(Star), R(2), 91 B(Star), R(2),
92 /* 32 E> */ B(LdaZero), 92 /* 32 E> */ B(LdaZero),
93 B(KeyedLoadIC), R(2), U8(1), 93 B(LdaKeyedProperty), R(2), U8(1),
94 /* 37 S> */ B(Return), 94 /* 37 S> */ B(Return),
95 ] 95 ]
96 constant pool: [ 96 constant pool: [
97 ] 97 ]
98 handlers: [ 98 handlers: [
99 ] 99 ]
100 100
101 --- 101 ---
102 snippet: " 102 snippet: "
103 function f(a, b, c) { return arguments; } 103 function f(a, b, c) { return arguments; }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 B(Star), R(0), 139 B(Star), R(0),
140 /* 10 E> */ B(StackCheck), 140 /* 10 E> */ B(StackCheck),
141 /* 36 S> */ B(Ldar), R(0), 141 /* 36 S> */ B(Ldar), R(0),
142 /* 54 S> */ B(Return), 142 /* 54 S> */ B(Return),
143 ] 143 ]
144 constant pool: [ 144 constant pool: [
145 ] 145 ]
146 handlers: [ 146 handlers: [
147 ] 147 ]
148 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698