|
Handle< Object > | Create (Object *value) |
|
Handle< Object > | Create (Address value) |
|
template<typename T > |
Handle< T > | Create (T *value) |
|
void | RecordStats (HeapStats *stats) |
|
int | global_handles_count () const |
|
size_t | NumberOfPhantomHandleResets () |
|
void | ResetNumberOfPhantomHandleResets () |
|
size_t | NumberOfNewSpaceNodes () |
|
int | InvokeFirstPassWeakCallbacks () |
|
int | PostGarbageCollectionProcessing (GarbageCollector collector, const v8::GCCallbackFlags gc_callback_flags) |
|
void | IterateStrongRoots (RootVisitor *v) |
|
void | IterateWeakRoots (RootVisitor *v) |
|
void | IterateAllRoots (RootVisitor *v) |
|
void | IterateAllNewSpaceRoots (RootVisitor *v) |
|
void | IterateNewSpaceRoots (RootVisitor *v, size_t start, size_t end) |
|
void | IterateAllRootsWithClassIds (v8::PersistentHandleVisitor *v) |
|
void | IterateAllRootsInNewSpaceWithClassIds (v8::PersistentHandleVisitor *v) |
|
void | IterateWeakRootsInNewSpaceWithClassIds (v8::PersistentHandleVisitor *v) |
|
void | IterateWeakRootsForFinalizers (RootVisitor *v) |
|
void | IterateWeakRootsForPhantomHandles (WeakSlotCallbackWithHeap should_reset_handle) |
|
void | IdentifyWeakHandles (WeakSlotCallbackWithHeap should_reset_handle) |
|
void | IterateNewSpaceStrongAndDependentRoots (RootVisitor *v) |
|
void | IterateNewSpaceStrongAndDependentRootsAndIdentifyUnmodified (RootVisitor *v, size_t start, size_t end) |
|
void | MarkNewSpaceWeakUnmodifiedObjectsPending (WeakSlotCallbackWithHeap is_dead) |
|
void | IterateNewSpaceWeakUnmodifiedRootsForFinalizers (RootVisitor *v) |
|
void | IterateNewSpaceWeakUnmodifiedRootsForPhantomHandles (RootVisitor *v, WeakSlotCallbackWithHeap should_reset_handle) |
|
void | IdentifyWeakUnmodifiedObjects (WeakSlotCallback is_unmodified) |
|
void | TearDown () |
|
Isolate * | isolate () |
|
void | InvokeSecondPassPhantomCallbacks () |
|
Definition at line 44 of file global-handles.h.