// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file | |
// for details. All rights reserved. Use of this source code is governed by a | |
// BSD-style license that can be found in the LICENSE file. | |
#ifndef RUNTIME_LIB_INTEGERS_H_ | |
#define RUNTIME_LIB_INTEGERS_H_ | |
#include "platform/globals.h" | |
namespace dart { | |
uint32_t Multiply64Hash(int64_t value); | |
} // namespace dart | |
#endif // RUNTIME_LIB_INTEGERS_H_ |