Home
last modified time | relevance | path

Searched refs:main_thread_local_heap (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc37 LockMutex(isolate()->main_thread_local_heap()); in EnterLocalSafepointScope()
77 LockMutex(initiator->main_thread_local_heap()); in InitiateGlobalSafepointScope()
100 void RunInternal() override { heap_->main_thread_local_heap()->Safepoint(); } in RunInternal()
272 DCHECK_EQ(local_heaps_head_, heap_->main_thread_local_heap()); in AssertMainThreadIsOnlyThread()
273 DCHECK_NULL(heap_->main_thread_local_heap()->next_); in AssertMainThreadIsOnlyThread()
315 ParkedMutexGuard guard(client->main_thread_local_heap(), &clients_mutex_); in RemoveClient()
343 ParkedScope parked_scope(initiator->main_thread_local_heap()); in EnterGlobalSafepointScope()
Dheap-allocator-inl.h79 heap_->main_thread_local_heap()->Safepoint(); in AllocateRaw()
Dlocal-heap.cc370 LocalHeap* main_thread = heap_->main_thread_local_heap(); in TryPerformCollection()
Dheap.h802 void SetUp(LocalHeap* main_thread_local_heap);
814 void InitializeMainThreadLocalHeap(LocalHeap* main_thread_local_heap);
894 LocalHeap* main_thread_local_heap() { return main_thread_local_heap_; } in main_thread_local_heap() function
Dheap.cc1453 main_thread_local_heap()->state_.ClearCollectionRequested(); in GarbageCollectionEpilogueInSafepoint()
3730 main_thread_local_heap()->FreeSharedLinearAllocationArea(); in FreeMainThreadSharedLinearAllocationAreas()
5677 void Heap::SetUp(LocalHeap* main_thread_local_heap) { in SetUp() argument
5679 main_thread_local_heap_ = main_thread_local_heap; in SetUp()
5893 new ConcurrentAllocator(main_thread_local_heap(), shared_old_space_)); in SetUpSpaces()
5898 new ConcurrentAllocator(main_thread_local_heap(), shared_map_space_)); in SetUpSpaces()
5902 main_thread_local_heap()->SetUpMainThread(); in SetUpSpaces()
6074 main_thread_local_heap()->FreeLinearAllocationArea(); in StartTearDown()
/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.cc22 : Isolate::Current()->main_thread_local_heap()) { in BytecodeOffsetIterator()
/third_party/node/deps/v8/src/handles/
Dhandles-inl.h181 DCHECK(isolate->main_thread_local_heap()->IsRunning()); in GetHandle()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc28 : Isolate::Current()->main_thread_local_heap()) { in BytecodeArrayIterator()
/third_party/node/deps/v8/src/parsing/
Dscanner-character-streams.cc340 isolate->main_thread_local_heap()->AddGCEpilogueCallback( in RelocatingCharacterStream()
346 isolate_->main_thread_local_heap()->RemoveGCEpilogueCallback( in ~RelocatingCharacterStream()
/third_party/node/deps/v8/src/json/
Djson-parser.cc233 isolate->main_thread_local_heap()->AddGCEpilogueCallback( in JsonParser()
320 isolate()->main_thread_local_heap()->RemoveGCEpilogueCallback( in ~JsonParser()
/third_party/node/deps/v8/src/execution/
Disolate.cc3409 ParkedScope parked_scope(main_thread_local_heap()); in ThrowInternal()
3959 main_thread_local_heap()->Unpark(); in ThrowInternal()
3977 heap_.SetUp(main_thread_local_heap()); in ThrowInternal()
5550 LocalHeap* Isolate::main_thread_local_heap() { in ThrowInternal() function in v8::internal::Isolate
5556 return local_heap ? local_heap : main_thread_local_heap(); in ThrowInternal()
Disolate.h1899 LocalHeap* main_thread_local_heap();