Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-global-handles.cc90 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
185 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
280 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
Dtest-mark-compact.cc253 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST() local
384 GlobalHandles* global_handles = CcTest::i_isolate()->global_handles(); in TEST() local
Dtest-weaksets.cc88 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
Dtest-weakmaps.cc88 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
Dtest-heap.cc334 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
389 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
431 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
478 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
3863 GlobalHandles* global_handles = isolate->global_handles(); in TEST() local
Dtest-heap-profiler.cc2048 const v8::HeapGraphNode* global_handles = GetNode( in HasWeakGlobalHandle() local
Dtest-api.cc3503 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() local
3531 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() local
3569 v8::internal::GlobalHandles* global_handles = in THREADED_TEST() local
3653 v8::internal::GlobalHandles* global_handles = in TestPersistentValueMap() local
3715 v8::internal::GlobalHandles* global_handles = in TEST() local
/external/v8/src/
Dglobal-handles.cc305 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next) in NodeBlock()
346 GlobalHandles* global_handles() { return global_handles_; } in global_handles() function in v8::internal::GlobalHandles::NodeBlock
382 GlobalHandles* global_handles = node_block->global_handles(); in IncreaseBlockUses() local
390 GlobalHandles* global_handles = node_block->global_handles(); in DecreaseBlockUses() local
401 explicit NodeIterator(GlobalHandles* global_handles) in NodeIterator()
Ddebug.cc615 GlobalHandles* global_handles = isolate_->global_handles(); in Add() local
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); in DebugInfoListNode() local
2923 GlobalHandles* global_handles = isolate_->global_handles(); in SetEventListener() local
Disolate.h916 GlobalHandles* global_handles() { return global_handles_; } in global_handles() function