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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.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, 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: no 8 wrap: no
9 test function name: test 9 test function name: test
10 10
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 B(Star), R(3), 164 B(Star), R(3),
165 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 165 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
166 B(Ldar), R(2), 166 B(Ldar), R(2),
167 B(Star), R(this), 167 B(Star), R(this),
168 /* 128 S> */ B(JumpIfNotHole), U8(11), 168 /* 128 S> */ B(JumpIfNotHole), U8(11),
169 B(LdaConstant), U8(2), 169 B(LdaConstant), U8(2),
170 B(Star), R(2), 170 B(Star), R(2),
171 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 171 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
172 B(Star), R(2), 172 B(Star), R(2),
173 B(LdaSmi), U8(2), 173 B(LdaSmi), U8(2),
174 /* 136 E> */ B(StoreICStrict), R(2), U8(3), U8(4), 174 /* 136 E> */ B(StaNamedPropertyStrict), R(2), U8(3), U8(4),
175 B(Ldar), R(this), 175 B(Ldar), R(this),
176 B(JumpIfNotHole), U8(11), 176 B(JumpIfNotHole), U8(11),
177 B(LdaConstant), U8(2), 177 B(LdaConstant), U8(2),
178 B(Star), R(2), 178 B(Star), R(2),
179 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 179 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
180 /* 141 S> */ B(Return), 180 /* 141 S> */ B(Return),
181 ] 181 ]
182 constant pool: [ 182 constant pool: [
183 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 183 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
184 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 184 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 B(Star), R(3), 232 B(Star), R(3),
233 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 233 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
234 B(Ldar), R(2), 234 B(Ldar), R(2),
235 B(Star), R(this), 235 B(Star), R(this),
236 /* 126 S> */ B(JumpIfNotHole), U8(11), 236 /* 126 S> */ B(JumpIfNotHole), U8(11),
237 B(LdaConstant), U8(2), 237 B(LdaConstant), U8(2),
238 B(Star), R(2), 238 B(Star), R(2),
239 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 239 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
240 B(Star), R(2), 240 B(Star), R(2),
241 B(LdaSmi), U8(2), 241 B(LdaSmi), U8(2),
242 /* 134 E> */ B(StoreICStrict), R(2), U8(3), U8(4), 242 /* 134 E> */ B(StaNamedPropertyStrict), R(2), U8(3), U8(4),
243 B(Ldar), R(this), 243 B(Ldar), R(this),
244 B(JumpIfNotHole), U8(11), 244 B(JumpIfNotHole), U8(11),
245 B(LdaConstant), U8(2), 245 B(LdaConstant), U8(2),
246 B(Star), R(2), 246 B(Star), R(2),
247 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 247 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
248 /* 139 S> */ B(Return), 248 /* 139 S> */ B(Return),
249 ] 249 ]
250 constant pool: [ 250 constant pool: [
251 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 251 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
252 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 252 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
253 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 253 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
254 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 254 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
255 ] 255 ]
256 handlers: [ 256 handlers: [
257 ] 257 ]
258 258
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698