V8 Project
v8::internal::LowLevelLogger::CodeCreateStruct Struct Reference
+ Collaboration diagram for v8::internal::LowLevelLogger::CodeCreateStruct:

Public Attributes

int32_t name_size
 
Address code_address
 
int32_t code_size
 

Static Public Attributes

static const char kTag = 'C'
 

Detailed Description

Definition at line 315 of file log.cc.

Member Data Documentation

◆ code_address

Address v8::internal::LowLevelLogger::CodeCreateStruct::code_address

Definition at line 319 of file log.cc.

Referenced by v8::internal::LowLevelLogger::LogRecordedBuffer().

◆ code_size

int32_t v8::internal::LowLevelLogger::CodeCreateStruct::code_size

Definition at line 320 of file log.cc.

◆ kTag

const char v8::internal::LowLevelLogger::CodeCreateStruct::kTag = 'C'
static

Definition at line 316 of file log.cc.

◆ name_size

int32_t v8::internal::LowLevelLogger::CodeCreateStruct::name_size

Definition at line 318 of file log.cc.

Referenced by v8::internal::LowLevelLogger::LogRecordedBuffer().


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