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/DeclareGlobals.golden

Issue 2096653003: [ic] Don't pass receiver and name to LoadGlobalIC. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@store-name-in-metavector
Patch Set: Addressed Ross's 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: no 7 execute: no
8 wrap: no 8 wrap: no
9 top level: yes 9 top level: yes
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 handlers: [ 96 handlers: [
97 ] 97 ]
98 98
99 --- 99 ---
100 snippet: " 100 snippet: "
101 function f() {} 101 function f() {}
102 f(); 102 f();
103 " 103 "
104 frame size: 3 104 frame size: 3
105 parameter count: 1 105 parameter count: 1
106 bytecode array length: 27 106 bytecode array length: 26
107 bytecodes: [ 107 bytecodes: [
108 B(LdaConstant), U8(0), 108 B(LdaConstant), U8(0),
109 B(Star), R(1), 109 B(Star), R(1),
110 B(LdaZero), 110 B(LdaZero),
111 B(Star), R(2), 111 B(Star), R(2),
112 B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2), 112 B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
113 /* 0 E> */ B(StackCheck), 113 /* 0 E> */ B(StackCheck),
114 /* 16 S> */ B(LdrUndefined), R(2), 114 /* 16 S> */ B(LdrUndefined), R(2),
115 B(LdrGlobal), U8(1), U8(1), R(1), 115 B(LdrGlobal), U8(1), R(1),
116 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(3), 116 /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(3),
117 B(Star), R(0), 117 B(Star), R(0),
118 /* 20 S> */ B(Return), 118 /* 20 S> */ B(Return),
119 ] 119 ]
120 constant pool: [ 120 constant pool: [
121 InstanceType::FIXED_ARRAY_TYPE, 121 InstanceType::FIXED_ARRAY_TYPE,
122 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
123 ] 122 ]
124 handlers: [ 123 handlers: [
125 ] 124 ]
126 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698