Home
last modified time | relevance | path

Searched defs:global_handles (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dglobal-handles.cc382 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next) in NodeBlock()
423 GlobalHandles* global_handles() { return global_handles_; } in global_handles() function in v8::internal::GlobalHandles::NodeBlock
459 GlobalHandles* global_handles = node_block->global_handles(); in IncreaseBlockUses() local
467 GlobalHandles* global_handles = node_block->global_handles(); in DecreaseBlockUses() local
478 explicit NodeIterator(GlobalHandles* global_handles) in NodeIterator()
506 PendingPhantomCallbacksSecondPassTask(GlobalHandles* global_handles, in PendingPhantomCallbacksSecondPassTask()
559 GlobalHandles* global_handles = in CopyGlobal() local
Disolate.h1053 GlobalHandles* global_handles() { return global_handles_; } in global_handles() function
/external/v8/src/heap/
Dmark-compact.cc3051 GlobalHandlesUpdatingItem(Heap* heap, GlobalHandles* global_handles, in GlobalHandlesUpdatingItem()
3537 void SeedGlobalHandles(Heap* heap, GlobalHandles* global_handles, in SeedGlobalHandles()
4172 GlobalHandlesMarkingItem(Heap* heap, GlobalHandles* global_handles, in GlobalHandlesMarkingItem()
/external/v8/src/debug/
Ddebug.cc392 GlobalHandles* global_handles = isolate->global_handles(); in DebugInfoListNode() local