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

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

Issue 2038323002: [interpreter] Filter expression positions at source. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
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: f 9 test function name: f
10 10
(...skipping 26 matching lines...) Expand all
37 f(); 37 f();
38 " 38 "
39 frame size: 2 39 frame size: 2
40 parameter count: 1 40 parameter count: 1
41 bytecode array length: 16 41 bytecode array length: 16
42 bytecodes: [ 42 bytecodes: [
43 /* 58 E> */ B(StackCheck), 43 /* 58 E> */ B(StackCheck),
44 /* 63 S> */ B(LdrGlobal), U8(0), U8(3), R(0), 44 /* 63 S> */ B(LdrGlobal), U8(0), U8(3), R(0),
45 B(LdaSmi), U8(3), 45 B(LdaSmi), U8(3),
46 B(Star), R(1), 46 B(Star), R(1),
47 /* 70 E> */ B(Ldar), R(0), 47 B(Ldar), R(0),
48 B(New), R(0), R(1), U8(1), 48 /* 70 E> */ B(New), R(0), R(1), U8(1),
49 /* 82 S> */ B(Return), 49 /* 82 S> */ B(Return),
50 ] 50 ]
51 constant pool: [ 51 constant pool: [
52 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 52 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
53 ] 53 ]
54 handlers: [ 54 handlers: [
55 ] 55 ]
56 56
57 --- 57 ---
58 snippet: " 58 snippet: "
(...skipping 11 matching lines...) Expand all
70 bytecode array length: 24 70 bytecode array length: 24
71 bytecodes: [ 71 bytecodes: [
72 /* 100 E> */ B(StackCheck), 72 /* 100 E> */ B(StackCheck),
73 /* 105 S> */ B(LdrGlobal), U8(0), U8(3), R(0), 73 /* 105 S> */ B(LdrGlobal), U8(0), U8(3), R(0),
74 B(LdaSmi), U8(3), 74 B(LdaSmi), U8(3),
75 B(Star), R(1), 75 B(Star), R(1),
76 B(LdaSmi), U8(4), 76 B(LdaSmi), U8(4),
77 B(Star), R(2), 77 B(Star), R(2),
78 B(LdaSmi), U8(5), 78 B(LdaSmi), U8(5),
79 B(Star), R(3), 79 B(Star), R(3),
80 /* 112 E> */ B(Ldar), R(0), 80 B(Ldar), R(0),
81 B(New), R(0), R(1), U8(3), 81 /* 112 E> */ B(New), R(0), R(1), U8(3),
82 /* 130 S> */ B(Return), 82 /* 130 S> */ B(Return),
83 ] 83 ]
84 constant pool: [ 84 constant pool: [
85 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 85 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
86 ] 86 ]
87 handlers: [ 87 handlers: [
88 ] 88 ]
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698