V8 Project
v8::internal::PromotionQueue::Entry Struct Reference
+ Collaboration diagram for v8::internal::PromotionQueue::Entry:

Public Member Functions

 Entry (HeapObject *obj, int size)
 

Public Attributes

HeapObjectobj_
 
int size_
 

Detailed Description

Definition at line 451 of file heap.h.

Constructor & Destructor Documentation

◆ Entry()

v8::internal::PromotionQueue::Entry::Entry ( HeapObject obj,
int  size 
)
inline

Definition at line 452 of file heap.h.

452 : obj_(obj), size_(size) {}
enable harmony numeric enable harmony object literal extensions Optimize object size

Member Data Documentation

◆ obj_

HeapObject* v8::internal::PromotionQueue::Entry::obj_

Definition at line 454 of file heap.h.

Referenced by v8::internal::PromotionQueue::remove().

◆ size_

int v8::internal::PromotionQueue::Entry::size_

Definition at line 455 of file heap.h.

Referenced by v8::internal::PromotionQueue::remove().


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