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

Public Attributes

Address from_address
 
Address to_address
 

Static Public Attributes

static const char kTag = 'M'
 

Detailed Description

Definition at line 324 of file log.cc.

Member Data Documentation

◆ from_address

Address v8::internal::LowLevelLogger::CodeMoveStruct::from_address

Definition at line 327 of file log.cc.

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

◆ kTag

const char v8::internal::LowLevelLogger::CodeMoveStruct::kTag = 'M'
static

Definition at line 325 of file log.cc.

◆ to_address

Address v8::internal::LowLevelLogger::CodeMoveStruct::to_address

Definition at line 328 of file log.cc.


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