V8 Project
hydrogen-sce.h
Go to the documentation of this file.
1
// Copyright 2013 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef V8_HYDROGEN_SCE_H_
6
#define V8_HYDROGEN_SCE_H_
7
8
#include "
src/hydrogen.h
"
9
10
namespace
v8
{
11
namespace
internal {
12
13
14
class
HStackCheckEliminationPhase
:
public
HPhase
{
15
public
:
16
explicit
HStackCheckEliminationPhase
(HGraph*
graph
)
17
:
HPhase
(
"H_Stack check elimination"
,
graph
) { }
18
19
void
Run
();
20
};
21
22
23
} }
// namespace v8::internal
24
25
#endif
// V8_HYDROGEN_SCE_H_
v8::internal::HPhase
Definition:
hydrogen.h:2794
v8::internal::HPhase::graph
HGraph * graph() const
Definition:
hydrogen.h:2802
v8::internal::HStackCheckEliminationPhase
Definition:
hydrogen-sce.h:14
v8::internal::HStackCheckEliminationPhase::Run
void Run()
Definition:
hydrogen-sce.cc:11
v8::internal::HStackCheckEliminationPhase::HStackCheckEliminationPhase
HStackCheckEliminationPhase(HGraph *graph)
Definition:
hydrogen-sce.h:16
hydrogen.h
v8
Debugger support for the V8 JavaScript engine.
Definition:
accessors.cc:20
mnt
V8SourceCode
src
hydrogen-sce.h
Generated on Tue Jul 1 2025 02:36:36 for V8 Project by
1.9.1