|
V8 Project
|
#include <cpu-profiler.h>
Inheritance diagram for v8::internal::CodeMoveEventRecord:
Collaboration diagram for v8::internal::CodeMoveEventRecord:Public Member Functions | |
| INLINE (void UpdateCodeMap(CodeMap *code_map)) | |
Public Attributes | |
| Address | from |
| Address | to |
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 60 of file cpu-profiler.h.
| v8::internal::CodeMoveEventRecord::INLINE | ( | void | UpdateCodeMapCodeMap *code_map | ) |
| Address v8::internal::CodeMoveEventRecord::from |
Definition at line 62 of file cpu-profiler.h.
Referenced by v8::internal::CpuProfiler::CodeMoveEvent().
| Address v8::internal::CodeMoveEventRecord::to |
Definition at line 63 of file cpu-profiler.h.
Referenced by v8::internal::CpuProfiler::CodeMoveEvent().