V8 Project
instrument-arm64.h File Reference
+ Include dependency graph for instrument-arm64.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DECLARE

#define DECLARE (   A)    void Visit##A(Instruction* instr);

Definition at line 60 of file instrument-arm64.h.