|
V8 Project
|
#include "src/v8.h"#include "src/heap/incremental-marking.h"#include "src/code-stubs.h"#include "src/compilation-cache.h"#include "src/conversions.h"#include "src/heap/objects-visiting.h"#include "src/heap/objects-visiting-inl.h"
Include dependency graph for incremental-marking.cc:Go to the source code of this file.
Classes | |
| class | v8::internal::IncrementalMarkingMarkingVisitor |
| class | v8::internal::IncrementalMarkingRootMarkingVisitor |
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Functions | |
| static void | v8::internal::MarkObjectGreyDoNotEnqueue (Object *obj) |
| static void | v8::internal::MarkBlackOrKeepGrey (HeapObject *heap_object, MarkBit mark_bit, int size) |
| static void | v8::internal::MarkBlackOrKeepBlack (HeapObject *heap_object, MarkBit mark_bit, int size) |
| static void | v8::internal::PatchIncrementalMarkingRecordWriteStubs (Heap *heap, RecordWriteStub::Mode mode) |