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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 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
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 g = function(){}; eval(''); return g(); 11 g = function(){}; eval(''); return g();
13 " 12 "
14 frame size: 10 13 frame size: 10
15 parameter count: 1 14 parameter count: 1
16 bytecode array length: 86 15 bytecode array length: 86
(...skipping 26 matching lines...) Expand all
43 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 42 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
44 B(Star), R(1), 43 B(Star), R(1),
45 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0), 44 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0),
46 /* 62 S> */ B(LdaConstant), U8(1), 45 /* 62 S> */ B(LdaConstant), U8(1),
47 B(Star), R(3), 46 B(Star), R(3),
48 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1), 47 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1),
49 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(3), 48 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(3),
50 /* 74 S> */ B(Return), 49 /* 74 S> */ B(Return),
51 ] 50 ]
52 constant pool: [ 51 constant pool: [
53 InstanceType::SHARED_FUNCTION_INFO_TYPE, 52 SHARED_FUNCTION_INFO_TYPE,
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"],
55 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 54 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
56 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 55 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
57 ] 56 ]
58 handlers: [ 57 handlers: [
59 ] 58 ]
60 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698