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

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

Issue 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed few comments. Created 4 years, 5 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 24 matching lines...) Expand all
35 B(Star), R(6), 35 B(Star), R(6),
36 /* 111 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(6), U8(1), 36 /* 111 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(6), U8(1),
37 B(Star), R(6), 37 B(Star), R(6),
38 B(LdaConstant), U8(1), 38 B(LdaConstant), U8(1),
39 /* 111 E> */ B(LdrKeyedProperty), R(6), U8(3), R(4), 39 /* 111 E> */ B(LdrKeyedProperty), R(6), U8(3), R(4),
40 B(LdaConstant), U8(2), 40 B(LdaConstant), U8(2),
41 B(Star), R(5), 41 B(Star), R(5),
42 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3), 42 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3),
43 B(Mov), R(3), R(2), 43 B(Mov), R(3), R(2),
44 B(Star), R(1), 44 B(Star), R(1),
45 /* 117 E> */ B(Call), R(1), R(2), U8(1), U8(1), 45 /* 117 E> */ B(CallWithFeedback), R(1), R(2), U8(1), U8(1),
46 B(Star), R(3), 46 B(Star), R(3),
47 B(AddSmi), U8(1), R(3), 47 B(AddSmi), U8(1), R(3),
48 /* 131 S> */ B(Return), 48 /* 131 S> */ B(Return),
49 ] 49 ]
50 constant pool: [ 50 constant pool: [
51 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 51 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
52 InstanceType::SYMBOL_TYPE, 52 InstanceType::SYMBOL_TYPE,
53 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 53 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
54 ] 54 ]
55 handlers: [ 55 handlers: [
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ] 239 ]
240 constant pool: [ 240 constant pool: [
241 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 241 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
242 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 242 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
243 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 243 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
244 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 244 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
245 ] 245 ]
246 handlers: [ 246 handlers: [
247 ] 247 ]
248 248
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698