V8 Project
v8::internal::CodeDisableOptEventRecord Class Reference

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

Detailed Description

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

Member Function Documentation

◆ INLINE()

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

Member Data Documentation

◆ bailout_reason

const char* v8::internal::CodeDisableOptEventRecord::bailout_reason

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

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

◆ start

Address v8::internal::CodeDisableOptEventRecord::start

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

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


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