#include <v8-profiler.h>
Representation of a code creation event
Definition at line 1285 of file v8-profiler.h.
◆ GetCodeEventTypeName()
const char * v8::CodeEvent::GetCodeEventTypeName |
( |
CodeEventType | code_event_type | ) |
|
|
static |
◆ GetCodeSize()
size_t v8::CodeEvent::GetCodeSize |
( |
| ) |
|
◆ GetCodeStartAddress()
uintptr_t v8::CodeEvent::GetCodeStartAddress |
( |
| ) |
|
◆ GetCodeType()
NOTE (mmarchini): We can't allocate objects in the heap when we collect existing code, and both the code type and the comment are not stored in the heap, so we return those as const char*.
Definition at line 11535 of file api.cc.
◆ GetComment()
const char * v8::CodeEvent::GetComment |
( |
| ) |
|
◆ GetFunctionName()
◆ GetPreviousCodeStartAddress()
uintptr_t v8::CodeEvent::GetPreviousCodeStartAddress |
( |
| ) |
|
◆ GetScriptColumn()
int v8::CodeEvent::GetScriptColumn |
( |
| ) |
|
◆ GetScriptLine()
int v8::CodeEvent::GetScriptLine |
( |
| ) |
|
◆ GetScriptName()
The documentation for this class was generated from the following files: