#include <objects-visiting.h>
template<typename StaticVisitor, typename BodyDescriptor, typename ReturnType>
class v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >
Definition at line 221 of file objects-visiting.h.
◆ INLINE()
template<typename StaticVisitor , typename BodyDescriptor , typename ReturnType >
Definition at line 223 of file objects-visiting.h.
224 BodyVisitorBase<StaticVisitor>::IteratePointers(
225 map->GetHeap(),
object, BodyDescriptor::kStartOffset,
226 BodyDescriptor::kEndOffset);
227 return static_cast<ReturnType
>(BodyDescriptor::kSize);
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: