|
V8 Project
|
Inheritance diagram for v8::internal::CodeMarkingVisitor:
Collaboration diagram for v8::internal::CodeMarkingVisitor:Public Member Functions | |
| CodeMarkingVisitor (MarkCompactCollector *collector) | |
| void | VisitThread (Isolate *isolate, ThreadLocalTop *top) |
Private Attributes | |
| MarkCompactCollector * | collector_ |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::ThreadVisitor | |
| virtual | ~ThreadVisitor () |
Definition at line 1678 of file mark-compact.cc.
|
inlineexplicit |
Definition at line 1680 of file mark-compact.cc.
|
inlinevirtual |
Implements v8::internal::ThreadVisitor.
Definition at line 1683 of file mark-compact.cc.
References collector_, and v8::internal::MarkCompactCollector::PrepareThreadForCodeFlushing().
Here is the call graph for this function:
|
private |
Definition at line 1688 of file mark-compact.cc.
Referenced by VisitThread().