|
| Profiler (Isolate *isolate) |
|
void | Engage () |
|
void | Disengage () |
|
void | Insert (v8::TickSample *sample) |
|
void | Run () override |
|
void | Pause () |
|
void | Resume () |
|
| Thread (const Options &options) |
|
void | Start () |
|
void | StartSynchronously () |
|
void | Join () |
|
const char * | name () const |
|
PlatformData * | data () |
|
void | NotifyStartedAndRun () |
|
|
typedef int32_t | LocalStorageKey |
|
static LocalStorageKey | CreateThreadLocalKey () |
|
static void | DeleteThreadLocalKey (LocalStorageKey key) |
|
static void * | GetThreadLocal (LocalStorageKey key) |
|
static int | GetThreadLocalInt (LocalStorageKey key) |
|
static void | SetThreadLocal (LocalStorageKey key, void *value) |
|
static void | SetThreadLocalInt (LocalStorageKey key, int value) |
|
static bool | HasThreadLocal (LocalStorageKey key) |
|
static void * | GetExistingThreadLocal (LocalStorageKey key) |
|
static const int | kMaxThreadNameLength = 16 |
|
Definition at line 773 of file log.cc.
The documentation for this class was generated from the following file: