// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_COMPILER_STATE_VALUES_UTILS_H_ #define V8_COMPILER_STATE_VALUES_UTILS_H_ #include <array> #include "src/compiler/common-operator.h" #include "src/compiler/js-graph.h" #include "src/zone/zone-hashmap.h" namespace v8 { namespace internal { class BitVector; namespace compiler { class Graph; class BytecodeLivenessState; class V8_EXPORT_PRIVATE StateValuesCache { … }; class V8_EXPORT_PRIVATE StateValuesAccess { … }; } // namespace compiler } // namespace internal } // namespace v8 #endif // V8_COMPILER_STATE_VALUES_UTILS_H_