| Index: src/compiler/int64-lowering.h
|
| diff --git a/src/compiler/int64-lowering.h b/src/compiler/int64-lowering.h
|
| index 811c2b2046dc53c37cf21947e7d5556d37472f3a..c14dc95d8b61e437d52e2e2287df47dc9cf78b75 100644
|
| --- a/src/compiler/int64-lowering.h
|
| +++ b/src/compiler/int64-lowering.h
|
| @@ -27,8 +27,10 @@ class V8_EXPORT_PRIVATE Int64Lowering {
|
| static int GetParameterCountAfterLowering(
|
| Signature<MachineRepresentation>* signature);
|
|
|
| - static const int kLowerWordOffset;
|
| - static const int kHigherWordOffset;
|
| + // Determine whether the given type is i64 and has to be passed via two
|
| + // parameters on the given machine.
|
| + static bool IsI64AsTwoParameters(MachineOperatorBuilder* machine,
|
| + MachineRepresentation type);
|
|
|
| private:
|
| enum class State : uint8_t { kUnvisited, kOnStack, kVisited };
|
|
|