|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <cpu-profiler.h>
| Public Member Functions | |
| V8_INLINE void | UpdateCodeMap (InstructionStreamMap *instruction_stream_map) | 
| Public Attributes | |
| Address | instruction_start | 
| unsigned | instruction_size | 
| Builtin | builtin | 
|  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) } | 
Definition at line 101 of file cpu-profiler.h.
| void v8::internal::ReportBuiltinEventRecord::UpdateCodeMap | ( | InstructionStreamMap * | instruction_stream_map | ) | 
| Builtin v8::internal::ReportBuiltinEventRecord::builtin | 
Definition at line 105 of file cpu-profiler.h.
| unsigned v8::internal::ReportBuiltinEventRecord::instruction_size | 
Definition at line 104 of file cpu-profiler.h.
| Address v8::internal::ReportBuiltinEventRecord::instruction_start | 
Definition at line 103 of file cpu-profiler.h.