// Copyright 2014 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. #include "src/compiler/all-nodes.h" #include "src/compiler/graph.h" namespace v8 { namespace internal { namespace compiler { AllNodes::AllNodes(Zone* local_zone, const Graph* graph, bool only_inputs) : … { … } AllNodes::AllNodes(Zone* local_zone, Node* end, const Graph* graph, bool only_inputs) : … { … } void AllNodes::Mark(Zone* local_zone, Node* end, const Graph* graph) { … } } // namespace compiler } // namespace internal } // namespace v8