Searched defs:local_heap (Results 1 – 18 of 18) sorted by relevance
| /external/v8/src/handles/ |
| D | local-handles-inl.h | 16 V8_INLINE Address* LocalHandleScope::GetHandle(LocalHeap* local_heap, in GetHandle() 32 LocalHandleScope::LocalHandleScope(LocalHeap* local_heap) { in LocalHandleScope() 62 void LocalHandleScope::CloseScope(LocalHeap* local_heap, Address* prev_next, in CloseScope()
|
| D | maybe-handles-inl.h | 21 MaybeHandle<T>::MaybeHandle(T object, LocalHeap* local_heap) in MaybeHandle() 37 LocalHeap* local_heap) { in MaybeObjectHandle() 56 MaybeObjectHandle::MaybeObjectHandle(Object object, LocalHeap* local_heap) in MaybeObjectHandle() 110 inline MaybeObjectHandle handle(MaybeObject object, LocalHeap* local_heap) { in handle()
|
| D | handles-inl.h | 26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase() 59 Handle<T>::Handle(T object, LocalHeap* local_heap) in Handle() 73 V8_INLINE Handle<T> handle(T object, LocalHeap* local_heap) { in handle()
|
| D | handles.cc | 46 LocalHeap* local_heap = LocalHeap::Current(); in IsDereferenceAllowed() local
|
| D | persistent-handles.cc | 36 void PersistentHandles::Attach(LocalHeap* local_heap) { in Attach()
|
| /external/v8/src/heap/ |
| D | marking-barrier.cc | 29 MarkingBarrier::MarkingBarrier(LocalHeap* local_heap) in MarkingBarrier() 99 [is_compacting](LocalHeap* local_heap) { in ActivateAll() 109 heap->safepoint()->IterateLocalHeaps([](LocalHeap* local_heap) { in DeactivateAll() 119 heap->safepoint()->IterateLocalHeaps([](LocalHeap* local_heap) { in PublishAll()
|
| D | local-heap.h | 196 explicit ParkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in ParkedScope() 210 explicit UnparkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in UnparkedScope() 224 explicit ParkedMutexGuard(LocalHeap* local_heap, base::Mutex* guard) in ParkedMutexGuard()
|
| D | safepoint.h | 66 void AddLocalHeap(LocalHeap* local_heap, Callback callback) { in AddLocalHeap() 82 void RemoveLocalHeap(LocalHeap* local_heap, Callback callback) { in RemoveLocalHeap()
|
| D | safepoint.cc | 77 void GlobalSafepoint::EnterFromThread(LocalHeap* local_heap) { in EnterFromThread() 119 bool GlobalSafepoint::ContainsLocalHeap(LocalHeap* local_heap) { in ContainsLocalHeap()
|
| D | concurrent-allocator.h | 40 explicit ConcurrentAllocator(LocalHeap* local_heap, PagedSpace* space) in ConcurrentAllocator()
|
| D | concurrent-allocator.cc | 21 LocalHeap local_heap(heap, ThreadKind::kBackground); in RunInternal() local
|
| D | paged-spaces.cc | 320 Page* PagedSpace::ExpandBackground(LocalHeap* local_heap) { in ExpandBackground() 547 LocalHeap* local_heap, size_t min_size_in_bytes, size_t max_size_in_bytes, in RawRefillLabBackground() 613 PagedSpace::TryAllocationFromFreeListBackground(LocalHeap* local_heap, in TryAllocationFromFreeListBackground()
|
| D | incremental-marking.cc | 277 heap()->safepoint()->IterateLocalHeaps([](LocalHeap* local_heap) { in StartBlackAllocation() 293 heap()->safepoint()->IterateLocalHeaps([](LocalHeap* local_heap) { in PauseBlackAllocation()
|
| D | large-spaces.cc | 160 LocalHeap* local_heap, int object_size) { in AllocateRawBackground()
|
| D | heap.cc | 1903 void Heap::RequestCollectionBackground(LocalHeap* local_heap) { in RequestCollectionBackground() 3210 safepoint()->IterateLocalHeaps([](LocalHeap* local_heap) { in MakeLocalHeapLabsIterable() 4797 bool Heap::ShouldExpandOldGenerationOnSlowAllocation(LocalHeap* local_heap) { in ShouldExpandOldGenerationOnSlowAllocation() 4827 bool Heap::IsRetryOfFailedAllocation(LocalHeap* local_heap) { in IsRetryOfFailedAllocation()
|
| D | mark-compact.cc | 874 [](LocalHeap* local_heap) { local_heap->FreeLinearAllocationArea(); }); in Prepare()
|
| /external/v8/src/codegen/ |
| D | tick-counter.cc | 25 void TickCounter::AttachLocalHeap(LocalHeap* local_heap) { in AttachLocalHeap()
|
| /external/v8/src/objects/ |
| D | feedback-vector.h | 639 LocalHeap* local_heap) { in FromBackgroundThread() 673 NexusConfig(Isolate* isolate, LocalHeap* local_heap) in NexusConfig()
|