V8 Project
|
#include "src/globals.h"
#include "src/utils.h"
#include "src/arm64/constants-arm64.h"
#include "src/arm64/decoder-arm64.h"
Go to the source code of this file.
Classes | |
class | v8::internal::Counter |
class | v8::internal::Instrument |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Macros | |
#define | DECLARE(A) void Visit##A(Instruction* instr); |
Enumerations | |
enum | v8::internal::InstrumentState { v8::internal::InstrumentStateDisable = 0 , v8::internal::InstrumentStateEnable = 1 } |
enum | v8::internal::CounterType { v8::internal::Gauge = 0 , v8::internal::Cumulative = 1 } |
Variables | |
const int | v8::internal::kCounterNameMaxLength = 256 |
const uint64_t | v8::internal::kDefaultInstrumentationSamplingPeriod = 1 << 22 |
#define DECLARE | ( | A | ) | void Visit##A(Instruction* instr); |
Definition at line 60 of file instrument-arm64.h.