|
V8 Project
|
#include <cpu-profiler.h>
Inheritance diagram for v8::internal::CodeDisableOptEventRecord:
Collaboration diagram for v8::internal::CodeDisableOptEventRecord:Public Member Functions | |
| INLINE (void UpdateCodeMap(CodeMap *code_map)) | |
Public Attributes | |
| Address | start |
| const char * | bailout_reason |
Public Attributes inherited from v8::internal::CodeEventRecord | |
| Type | type |
| unsigned | order |
Additional Inherited Members | |
Public Types inherited from v8::internal::CodeEventRecord | |
| enum | Type { NONE = 0 , NUMBER_OF_TYPES } |
Definition at line 69 of file cpu-profiler.h.
| v8::internal::CodeDisableOptEventRecord::INLINE | ( | void | UpdateCodeMapCodeMap *code_map | ) |
| const char* v8::internal::CodeDisableOptEventRecord::bailout_reason |
Definition at line 72 of file cpu-profiler.h.
Referenced by v8::internal::CpuProfiler::CodeDisableOptEvent().
| Address v8::internal::CodeDisableOptEventRecord::start |
Definition at line 71 of file cpu-profiler.h.
Referenced by v8::internal::CpuProfiler::CodeDisableOptEvent().