V8 Project
v8::internal::CodeMoveEventRecord Class Reference

#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 }
 

Detailed Description

Definition at line 60 of file cpu-profiler.h.

Member Function Documentation

◆ INLINE()

v8::internal::CodeMoveEventRecord::INLINE ( void   UpdateCodeMapCodeMap *code_map)

Member Data Documentation

◆ from

Address v8::internal::CodeMoveEventRecord::from

Definition at line 62 of file cpu-profiler.h.

Referenced by v8::internal::CpuProfiler::CodeMoveEvent().

◆ to

Address v8::internal::CodeMoveEventRecord::to

Definition at line 63 of file cpu-profiler.h.

Referenced by v8::internal::CpuProfiler::CodeMoveEvent().


The documentation for this class was generated from the following file: