V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
basic-block-instrumentor.h
1
// Copyright 2014 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_COMPILER_BASIC_BLOCK_INSTRUMENTOR_H_
6
#define V8_COMPILER_BASIC_BLOCK_INSTRUMENTOR_H_
7
8
#include "src/allocation.h"
9
#include "src/basic-block-profiler.h"
10
11
namespace
v8
{
12
namespace
internal {
13
14
class
OptimizedCompilationInfo;
15
16
namespace
compiler {
17
18
class
Graph;
19
class
Schedule;
20
21
class
BasicBlockInstrumentor
:
public
AllStatic
{
22
public
:
23
static
BasicBlockProfiler::Data
*
Instrument
(
OptimizedCompilationInfo
* info,
24
Graph
* graph,
Schedule
* schedule,
25
Isolate
* isolate);
26
};
27
28
}
// namespace compiler
29
}
// namespace internal
30
}
// namespace v8
31
32
#endif // V8_COMPILER_BASIC_BLOCK_INSTRUMENTOR_H_
v8::internal::compiler::BasicBlockInstrumentor
Definition:
basic-block-instrumentor.h:21
v8::internal::BasicBlockProfiler::Data
Definition:
basic-block-profiler.h:22
v8
Definition:
libplatform.h:13
v8::internal::AllStatic
Definition:
globals.h:92
v8::internal::Isolate
Definition:
isolate.h:516
v8::internal::compiler::Graph
Definition:
graph.h:35
v8::internal::OptimizedCompilationInfo
Definition:
optimized-compilation-info.h:32
v8::internal::Instrument
Definition:
instrument-arm64.h:53
v8::internal::compiler::Schedule
Definition:
schedule.h:194
v8
src
compiler
basic-block-instrumentor.h
Generated on Tue Dec 25 2018 14:38:33 by
1.8.14