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

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

Issue 2426693002: [ic] Unify CallIC feedback collection and handling. (Closed)
Patch Set: Also simplify BytecodeGraphBuilder::ComputeCallFrequency 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 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 g = function(){}; eval(''); return g(); 10 g = function(){}; eval(''); return g();
(...skipping 22 matching lines...) Expand all
33 B(Star), R(7), 33 B(Star), R(7),
34 B(LdaSmi), U8(30), 34 B(LdaSmi), U8(30),
35 B(Star), R(8), 35 B(Star), R(8),
36 B(LdaSmi), U8(52), 36 B(LdaSmi), U8(52),
37 B(Star), R(9), 37 B(Star), R(9),
38 B(Mov), R(1), R(4), 38 B(Mov), R(1), R(4),
39 B(Mov), R(3), R(5), 39 B(Mov), R(3), R(5),
40 B(Mov), R(closure), R(6), 40 B(Mov), R(closure), R(6),
41 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 41 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
42 B(Star), R(1), 42 B(Star), R(1),
43 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(0), 43 /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(2),
44 /* 62 S> */ B(LdaConstant), U8(1), 44 /* 62 S> */ B(LdaConstant), U8(1),
45 B(Star), R(3), 45 B(Star), R(3),
46 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1), 46 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3 ), U8(1), R(1),
47 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(4), 47 /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(6),
48 /* 74 S> */ B(Return), 48 /* 74 S> */ B(Return),
49 ] 49 ]
50 constant pool: [ 50 constant pool: [
51 SHARED_FUNCTION_INFO_TYPE, 51 SHARED_FUNCTION_INFO_TYPE,
52 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"], 52 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"],
53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
54 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], 54 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
55 ] 55 ]
56 handlers: [ 56 handlers: [
57 ] 57 ]
58 58
OLDNEW
« no previous file with comments | « src/interpreter/interpreter-assembler.cc ('k') | test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698