|
[stubs] Call interface descriptors cleanup.
This is a first step towards a perfect world where a call interface descriptor is the only place that defines calling convention for a particular code stub.
Committed: https://crrev.com/13aa1d020333a45442b76848969cdce4f3e96aa8
Cr-Commit-Position: refs/heads/master@{#38059}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+853 lines, -569 lines) |
Patch |
|
M |
src/builtins/builtins-conversion.cc
|
View
|
1
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/builtins/builtins-handler.cc
|
View
|
|
5 chunks |
+30 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/code-stub-assembler.cc
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
|
23 chunks |
+29 lines, -46 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
|
17 chunks |
+53 lines, -75 lines |
0 comments
|
Download
|
|
M |
src/code-stubs-hydrogen.cc
|
View
|
|
27 chunks |
+54 lines, -51 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-assembler.h
|
View
|
|
3 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-assembler.cc
|
View
|
|
2 chunks |
+131 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-generic-lowering.cc
|
View
|
|
4 chunks |
+30 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/compiler/node.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/node.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.cc
|
View
|
|
9 chunks |
+67 lines, -38 lines |
0 comments
|
Download
|
|
M |
src/interface-descriptors.h
|
View
|
|
29 chunks |
+72 lines, -89 lines |
0 comments
|
Download
|
|
M |
src/interface-descriptors.cc
|
View
|
|
25 chunks |
+126 lines, -102 lines |
0 comments
|
Download
|
|
M |
src/interpreter/interpreter.cc
|
View
|
1
2
|
13 chunks |
+30 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/interpreter/interpreter-assembler.cc
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
|
1 chunk |
+23 lines, -22 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-node.cc
|
View
|
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/interpreter/interpreter-assembler-unittest.cc
|
View
|
|
17 chunks |
+64 lines, -82 lines |
0 comments
|
Download
|
Total messages: 34 (25 generated)
|