V8 Project
v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType > Class Template Reference

#include <objects-visiting.h>

+ Inheritance diagram for v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >:
+ Collaboration diagram for v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >:

Public Member Functions

 INLINE (static ReturnType Visit(Map *map, HeapObject *object))
 
- Public Member Functions inherited from v8::internal::BodyVisitorBase< StaticVisitor >
 INLINE (static void IteratePointers(Heap *heap, HeapObject *object, int start_offset, int end_offset))
 

Detailed Description

template<typename StaticVisitor, typename BodyDescriptor, typename ReturnType>
class v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >

Definition at line 221 of file objects-visiting.h.

Member Function Documentation

◆ INLINE()

template<typename StaticVisitor , typename BodyDescriptor , typename ReturnType >
v8::internal::FixedBodyVisitor< StaticVisitor, BodyDescriptor, ReturnType >::INLINE ( static ReturnType   VisitMap *map, HeapObject *object)
inline

Definition at line 223 of file objects-visiting.h.

223  {
224  BodyVisitorBase<StaticVisitor>::IteratePointers(
225  map->GetHeap(), object, BodyDescriptor::kStartOffset,
226  BodyDescriptor::kEndOffset);
227  return static_cast<ReturnType>(BodyDescriptor::kSize);
228  }
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: