V8 Project
v8::internal::ScavengingVisitor< marks_handling, logging_and_profiling_mode >::ObjectEvacuationStrategy< object_contents > Class Template Reference
+ Collaboration diagram for v8::internal::ScavengingVisitor< marks_handling, logging_and_profiling_mode >::ObjectEvacuationStrategy< object_contents >:

Static Public Member Functions

template<int object_size>
static void VisitSpecialized (Map *map, HeapObject **slot, HeapObject *object)
 
static void Visit (Map *map, HeapObject **slot, HeapObject *object)
 

Detailed Description

template<MarksHandling marks_handling, LoggingAndProfiling logging_and_profiling_mode>
template<ObjectContents object_contents>
class v8::internal::ScavengingVisitor< marks_handling, logging_and_profiling_mode >::ObjectEvacuationStrategy< object_contents >

Definition at line 2188 of file heap.cc.

Member Function Documentation

◆ Visit()

template<MarksHandling marks_handling, LoggingAndProfiling logging_and_profiling_mode>
template<ObjectContents object_contents>
static void v8::internal::ScavengingVisitor< marks_handling, logging_and_profiling_mode >::ObjectEvacuationStrategy< object_contents >::Visit ( Map map,
HeapObject **  slot,
HeapObject object 
)
inlinestatic

Definition at line 2197 of file heap.cc.

2197  {
2198  int object_size = map->instance_size();
2199  EvacuateObject<object_contents, kObjectAlignment>(map, slot, object,
2200  object_size);
2201  }
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.

◆ VisitSpecialized()

template<MarksHandling marks_handling, LoggingAndProfiling logging_and_profiling_mode>
template<ObjectContents object_contents>
template<int object_size>
static void v8::internal::ScavengingVisitor< marks_handling, logging_and_profiling_mode >::ObjectEvacuationStrategy< object_contents >::VisitSpecialized ( Map map,
HeapObject **  slot,
HeapObject object 
)
inlinestatic

Definition at line 2191 of file heap.cc.

2192  {
2193  EvacuateObject<object_contents, kObjectAlignment>(map, slot, object,
2194  object_size);
2195  }

References map.


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