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

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

Issue 2369873002: [Interpreter] Replace BytecodeRegisterAllocator with a simple bump pointer. (Closed)
Patch Set: Rebase 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: no 7 wrap: no
8 test function name: test 8 test function name: test
9 9
10 --- 10 ---
(...skipping 17 matching lines...) Expand all
28 B(Mov), R(closure), R(0), 28 B(Mov), R(closure), R(0),
29 /* 99 E> */ B(StackCheck), 29 /* 99 E> */ B(StackCheck),
30 /* 104 S> */ B(LdaConstant), U8(0), 30 /* 104 S> */ B(LdaConstant), U8(0),
31 /* 111 E> */ B(LdrKeyedProperty), R(closure), U8(4), R(4), 31 /* 111 E> */ B(LdrKeyedProperty), R(closure), U8(4), R(4),
32 B(LdaConstant), U8(1), 32 B(LdaConstant), U8(1),
33 B(Star), R(5), 33 B(Star), R(5),
34 B(Mov), R(this), R(3), 34 B(Mov), R(this), R(3),
35 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3), 35 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3),
36 B(Star), R(1), 36 B(Star), R(1),
37 /* 117 E> */ B(Call), R(1), R(this), U8(1), U8(2), 37 /* 117 E> */ B(Call), R(1), R(this), U8(1), U8(2),
38 B(Star), R(3), 38 B(Star), R(1),
39 B(AddSmi), U8(1), R(3), U8(8), 39 B(AddSmi), U8(1), R(1), U8(8),
40 /* 131 S> */ B(Return), 40 /* 131 S> */ B(Return),
41 ] 41 ]
42 constant pool: [ 42 constant pool: [
43 SYMBOL_TYPE, 43 SYMBOL_TYPE,
44 ONE_BYTE_INTERNALIZED_STRING_TYPE ["method"], 44 ONE_BYTE_INTERNALIZED_STRING_TYPE ["method"],
45 ] 45 ]
46 handlers: [ 46 handlers: [
47 ] 47 ]
48 48
49 --- 49 ---
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 195 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
196 /* 139 S> */ B(Return), 196 /* 139 S> */ B(Return),
197 ] 197 ]
198 constant pool: [ 198 constant pool: [
199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
200 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"], 200 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"],
201 ] 201 ]
202 handlers: [ 202 handlers: [
203 ] 203 ]
204 204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698