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

Unified Diff: src/compiler/int64-lowering.h

Issue 1899753004: [wasm] Wasm functions with int64 parameters can now be called from JS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@to-tagged-from-tagged
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | src/compiler/int64-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/int64-lowering.h
diff --git a/src/compiler/int64-lowering.h b/src/compiler/int64-lowering.h
index 7f6ef9a297c1b3f21e6563ddbf10170c61d89572..054c4219948bb640fc4bc43adb89f655046c4987 100644
--- a/src/compiler/int64-lowering.h
+++ b/src/compiler/int64-lowering.h
@@ -23,6 +23,9 @@ class Int64Lowering {
void LowerGraph();
+ static int GetParameterCountAfterLowering(
+ Signature<MachineRepresentation>* signature);
+
private:
enum class State : uint8_t { kUnvisited, kOnStack, kVisited };
« no previous file with comments | « no previous file | src/compiler/int64-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698