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

#include <mark-compact.h>

Collaboration diagram for v8::internal::MarkCompactCollector::RecordRelocSlotInfo:

Public Attributes

MutablePageMetadatapage_metadata
 
SlotType slot_type
 
uint32_t offset
 

Detailed Description

Definition at line 123 of file mark-compact.h.

Member Data Documentation

◆ offset

uint32_t v8::internal::MarkCompactCollector::RecordRelocSlotInfo::offset

Definition at line 126 of file mark-compact.h.

◆ page_metadata

MutablePageMetadata* v8::internal::MarkCompactCollector::RecordRelocSlotInfo::page_metadata

Definition at line 124 of file mark-compact.h.

◆ slot_type

SlotType v8::internal::MarkCompactCollector::RecordRelocSlotInfo::slot_type

Definition at line 125 of file mark-compact.h.


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