![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include "v8.h"#include "code-stubs.h"#include "compilation-cache.h"#include "deoptimizer.h"#include "execution.h"#include "gdb-jit.h"#include "global-handles.h"#include "heap-profiler.h"#include "ic-inl.h"#include "incremental-marking.h"#include "liveobjectlist-inl.h"#include "mark-compact.h"#include "objects-visiting.h"#include "objects-visiting-inl.h"#include "stub-cache.h"
Go to the source code of this file.
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | VISITOR_ID_COUNT_FUNCTION(id) table_.Register(kVisit##id, ObjectStatsTracker<kVisit##id>::Visit); |
| #define | _ kStartTableUnusedEntry |
| #define | X kStartTableInvalidLine |
Enumerations | |
| enum | SweepingMode { SWEEP_ONLY, SWEEP_AND_VISIT_LIVE_OBJECTS } |
| enum | SkipListRebuildingMode { REBUILD_SKIP_LIST, IGNORE_SKIP_LIST } |
Functions | |
| const char * | AllocationSpaceName (AllocationSpace space) |
Variables | |
| char | kStartTable [kStartTableLines *kStartTableEntriesPerLine] |
| #define _ kStartTableUnusedEntry |
Definition at line 3066 of file mark-compact.cc.
| #define VISITOR_ID_COUNT_FUNCTION | ( | id | ) | table_.Register(kVisit##id, ObjectStatsTracker<kVisit##id>::Visit); |
Referenced by MarkCompactMarkingVisitor::Initialize().
| #define X kStartTableInvalidLine |
Definition at line 3067 of file mark-compact.cc.