Searched refs:main_thread_local_heap (Results 1 – 12 of 12) sorted by relevance
37 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()
79 heap_->main_thread_local_heap()->Safepoint(); in AllocateRaw()
370 LocalHeap* main_thread = heap_->main_thread_local_heap(); in TryPerformCollection()
802 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
1453 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() argument5679 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()
22 : Isolate::Current()->main_thread_local_heap()) { in BytecodeOffsetIterator()
181 DCHECK(isolate->main_thread_local_heap()->IsRunning()); in GetHandle()
28 : Isolate::Current()->main_thread_local_heap()) { in BytecodeArrayIterator()
340 isolate->main_thread_local_heap()->AddGCEpilogueCallback( in RelocatingCharacterStream()346 isolate_->main_thread_local_heap()->RemoveGCEpilogueCallback( in ~RelocatingCharacterStream()
233 isolate->main_thread_local_heap()->AddGCEpilogueCallback( in JsonParser()320 isolate()->main_thread_local_heap()->RemoveGCEpilogueCallback( in ~JsonParser()
3409 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::Isolate5556 return local_heap ? local_heap : main_thread_local_heap(); in ThrowInternal()
1899 LocalHeap* main_thread_local_heap();