![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| ObjectStatsVisitor (Heap *heap, ObjectStatsCollectorImpl *live_collector, ObjectStatsCollectorImpl *dead_collector, ObjectStatsCollectorImpl::Phase phase) | |
| void | Visit (Tagged< HeapObject > obj) |
Private Attributes | |
| ObjectStatsCollectorImpl *const | live_collector_ |
| ObjectStatsCollectorImpl *const | dead_collector_ |
| Heap *const | heap_ |
| NonAtomicMarkingState *const | marking_state_ |
| ObjectStatsCollectorImpl::Phase | phase_ |
Definition at line 1158 of file object-stats.cc.
|
inline |
Definition at line 1160 of file object-stats.cc.
|
inline |
|
private |
Definition at line 1181 of file object-stats.cc.
|
private |
Definition at line 1182 of file object-stats.cc.
|
private |
Definition at line 1180 of file object-stats.cc.
|
private |
Definition at line 1183 of file object-stats.cc.
|
private |
Definition at line 1184 of file object-stats.cc.