#include <counters.h>
Public メソッド | |
void | Set (int value) |
void | Increment () |
void | Increment (int value) |
void | Decrement () |
void | Decrement (int value) |
bool | Enabled () |
int * | GetInternalPointer () |
Public 変数 | |
const wchar_t * | name_ |
int * | ptr_ |
bool | lookup_done_ |
Protected メソッド | |
int * | GetPtr () |
counters.h の 78 行で定義されています。
void v8::internal::StatsCounter::Decrement | ( | ) | [inline] |
counters.h の 102 行で定義されています。
参照先 GetPtr().
void v8::internal::StatsCounter::Decrement | ( | int | value | ) | [inline] |
counters.h の 107 行で定義されています。
参照先 GetPtr().
bool v8::internal::StatsCounter::Enabled | ( | ) | [inline] |
counters.h の 114 行で定義されています。
参照先 GetPtr(), と v8::internal::NULL.
参照元 v8::internal::MacroAssembler::DecrementCounter(), v8::internal::GetInternalPointer(), v8::internal::MacroAssembler::IncrementCounter(), v8::internal::StatsCounterTimer::Running(), v8::internal::MacroAssembler::SetCounter(), v8::internal::StatsCounterTimer::Start(), と v8::internal::StatsCounterTimer::Stop().
int* v8::internal::StatsCounter::GetInternalPointer | ( | ) | [inline] |
counters.h の 121 行で定義されています。
参照先 ASSERT, GetPtr(), と v8::internal::NULL.
int* v8::internal::StatsCounter::GetPtr | ( | ) | [inline, protected] |
counters.h の 129 行で定義されています。
参照先 v8::internal::StatsTable::FindLocation(), lookup_done_, name_, と ptr_.
参照元 Decrement(), Enabled(), GetInternalPointer(), Increment(), と Set().
void v8::internal::StatsCounter::Increment | ( | ) | [inline] |
counters.h の 90 行で定義されています。
参照先 GetPtr().
参照元 v8::internal::StatsRate::Stop(), と v8::internal::StatsCounterTimer::Stop().
void v8::internal::StatsCounter::Increment | ( | int | value | ) | [inline] |
counters.h の 95 行で定義されています。
参照先 GetPtr().
void v8::internal::StatsCounter::Set | ( | int | value | ) | [inline] |
counters.h の 84 行で定義されています。
参照先 GetPtr().
counters.h の 81 行で定義されています。
参照元 GetPtr().
const wchar_t* v8::internal::StatsCounter::name_ |
counters.h の 79 行で定義されています。
参照元 GetPtr().
counters.h の 80 行で定義されています。
参照元 GetPtr().