![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "globals.h"#include "utils.h"#include "arm64/decoder-arm64.h"#include "arm64/constants-arm64.h"

Go to the source code of this file.
Data Structures | |
| class | Counter |
| class | Instrument |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | DECLARE(A) void Visit##A(Instruction* instr); |
Enumerations | |
| enum | InstrumentState { InstrumentStateDisable = 0, InstrumentStateEnable = 1 } |
| enum | CounterType { Gauge = 0, Cumulative = 1 } |
Variables | |
| const int | kCounterNameMaxLength = 256 |
| const uint64_t | kDefaultInstrumentationSamplingPeriod = 1 << 22 |
| #define DECLARE | ( | A | ) | void Visit##A(Instruction* instr); |
Definition at line 82 of file instrument-arm64.h.