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

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

Issue 2369873002: [Interpreter] Replace BytecodeRegisterAllocator with a simple bump pointer. (Closed)
Patch Set: Add dcheck Created 4 years, 2 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 execute: yes 6 execute: yes
7 wrap: yes 7 wrap: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 B(Star), R(7), 216 B(Star), R(7),
217 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4), 217 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
218 B(Star), R(4), 218 B(Star), R(4),
219 B(LdrNamedProperty), R(4), U8(1), U8(2), R(5), 219 B(LdrNamedProperty), R(4), U8(1), U8(2), R(5),
220 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1), 220 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1),
221 B(Star), R(0), 221 B(Star), R(0),
222 B(Star), R(1), 222 B(Star), R(1),
223 B(Star), R(2), 223 B(Star), R(2),
224 /* 87 S> */ B(JumpIfNotHole), U8(11), 224 /* 87 S> */ B(JumpIfNotHole), U8(11),
225 B(LdaConstant), U8(2), 225 B(LdaConstant), U8(2),
226 B(Star), R(5), 226 B(Star), R(4),
227 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1), 227 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
228 B(Star), R(4), 228 B(Star), R(4),
229 /* 94 E> */ B(New), R(4), R(0), U8(0), U8(4), 229 /* 94 E> */ B(New), R(4), R(0), U8(0), U8(4),
230 /* 103 S> */ B(Return), 230 /* 103 S> */ B(Return),
231 ] 231 ]
232 constant pool: [ 232 constant pool: [
233 SHARED_FUNCTION_INFO_TYPE, 233 SHARED_FUNCTION_INFO_TYPE,
234 ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"], 234 ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"],
235 ONE_BYTE_INTERNALIZED_STRING_TYPE ["C"], 235 ONE_BYTE_INTERNALIZED_STRING_TYPE ["C"],
236 ] 236 ]
237 handlers: [ 237 handlers: [
238 ] 238 ]
239 239
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698