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

Unified Diff: src/compiler/code-assembler.h

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Rebase Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: src/compiler/code-assembler.h
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
index 25b1fab4a736a55f55d97ca1b3fe4df9b2de576b..3fc02236d4d89852832a5a6990aade1638062ce8 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -364,6 +364,9 @@ class V8_EXPORT_PRIVATE CodeAssembler {
args...);
}
+ Node* CallCFunctionN(CallDescriptor* descriptor, int input_count,
+ Node* const* inputs);
+
// Call to a C function with two arguments.
Node* CallCFunction2(MachineType return_type, MachineType arg0_type,
MachineType arg1_type, Node* function, Node* arg0,
« no previous file with comments | « BUILD.gn ('k') | src/compiler/code-assembler.cc » ('j') | src/compiler/ffi-compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698