V8 Project
v8::internal::MarkCompactMarkingVisitor::ObjectStatsTracker< id > Class Template Reference
+ Collaboration diagram for v8::internal::MarkCompactMarkingVisitor::ObjectStatsTracker< id >:

Static Public Member Functions

static void Visit (Map *map, HeapObject *obj)
 

Detailed Description

template<MarkCompactMarkingVisitor::VisitorId id>
class v8::internal::MarkCompactMarkingVisitor::ObjectStatsTracker< id >

Definition at line 1364 of file mark-compact.cc.

Member Function Documentation

◆ Visit()

template<MarkCompactMarkingVisitor::VisitorId id>
void v8::internal::MarkCompactMarkingVisitor::ObjectStatsTracker< id >::Visit ( Map map,
HeapObject obj 
)
inlinestatic

Definition at line 1569 of file mark-compact.cc.

1570  {
1571  ObjectStatsVisitBase(id, map, obj);
1572 }
static void ObjectStatsVisitBase(StaticVisitorBase::VisitorId id, Map *map, HeapObject *obj)
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf map

References map.


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