Definition at line 1771 of file mark-compact.cc.
◆ RootMarkingVisitor()
v8::internal::RootMarkingVisitor::RootMarkingVisitor |
( |
Heap * |
heap | ) |
|
|
inlineexplicit |
◆ MarkObjectByPointer()
void v8::internal::RootMarkingVisitor::MarkObjectByPointer |
( |
Object ** |
p | ) |
|
|
inlineprivate |
Definition at line 1787 of file mark-compact.cc.
1788 if (!(*p)->IsHeapObject())
return;
1792 MarkBit mark_bit = Marking::MarkBitFrom(
object);
1793 if (mark_bit.Get())
return;
1795 Map*
map =
object->map();
1800 MarkBit map_mark = Marking::MarkBitFrom(
map);
1802 MarkCompactMarkingVisitor::IterateBody(
map,
object);
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
static HeapObject * ShortCircuitConsString(Object **p)
References collector_, v8::internal::MarkCompactCollector::EmptyMarkingDeque(), v8::internal::MarkBit::Get(), map, and v8::internal::ShortCircuitConsString().
Referenced by VisitPointer(), and VisitPointers().
◆ VisitNextCodeLink()
void v8::internal::RootMarkingVisitor::VisitNextCodeLink |
( |
Object ** |
p | ) |
|
|
inline |
◆ VisitPointer()
void v8::internal::RootMarkingVisitor::VisitPointer |
( |
Object ** |
p | ) |
|
|
inline |
◆ VisitPointers()
void v8::internal::RootMarkingVisitor::VisitPointers |
( |
Object ** |
start, |
|
|
Object ** |
end |
|
) |
| |
|
inline |
◆ collector_
The documentation for this class was generated from the following file: