v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <counters.h>
Public Member Functions | |
StatsCounter () | |
StatsCounter (Isolate *isolate, const char *name) | |
void | Set (int value) |
void | Increment () |
void | Increment (int value) |
void | Decrement () |
void | Decrement (int value) |
bool | Enabled () |
int * | GetInternalPointer () |
Protected Member Functions | |
int * | GetPtr () |
Definition at line 116 of file counters.h.
|
inline |
Definition at line 118 of file counters.h.
|
inlineexplicit |
Definition at line 119 of file counters.h.
|
inline |
Definition at line 141 of file counters.h.
References StatsCounter::GetPtr().
|
inline |
Definition at line 146 of file counters.h.
References StatsCounter::GetPtr().
|
inline |
Definition at line 153 of file counters.h.
References StatsCounter::GetPtr(), and v8::internal::NULL.
Referenced by HGraphBuilder::AddIncrementCounter().
|
inline |
Definition at line 160 of file counters.h.
References ASSERT, StatsCounter::GetPtr(), and v8::internal::NULL.
|
inlineprotected |
Definition at line 168 of file counters.h.
Referenced by StatsCounter::Decrement(), StatsCounter::Enabled(), StatsCounter::GetInternalPointer(), StatsCounter::Increment(), and StatsCounter::Set().
|
inline |
Definition at line 129 of file counters.h.
References StatsCounter::GetPtr().
|
inline |
Definition at line 134 of file counters.h.
References StatsCounter::GetPtr().
|
inline |
Definition at line 123 of file counters.h.
References StatsCounter::GetPtr().