v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CodeCreateEventRecord Class Reference

#include <cpu-profiler.h>

Inheritance diagram for v8::internal::CodeCreateEventRecord:
Collaboration diagram for v8::internal::CodeCreateEventRecord:

Public Member Functions

V8_INLINE void UpdateCodeMap (InstructionStreamMap *instruction_stream_map)
 

Public Attributes

Address instruction_start
 
CodeEntryentry
 
unsigned instruction_size
 
- Public Attributes inherited from v8::internal::CodeEventRecord
Type type
 
unsigned order
 

Additional Inherited Members

- Public Types inherited from v8::internal::CodeEventRecord
enum class  Type { kNoEvent = 0 , VM_EVENTS_TYPE_LIST =(DECLARE_TYPE) }
 

Detailed Description

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

Member Function Documentation

◆ UpdateCodeMap()

void v8::internal::CodeCreateEventRecord::UpdateCodeMap ( InstructionStreamMap * instruction_stream_map)

Definition at line 18 of file cpu-profiler-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ entry

CodeEntry* v8::internal::CodeCreateEventRecord::entry

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

◆ instruction_size

unsigned v8::internal::CodeCreateEventRecord::instruction_size

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

◆ instruction_start

Address v8::internal::CodeCreateEventRecord::instruction_start

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


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