Home
last modified time | relevance | path

Searched defs:local_heap (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dtick-counter.cc25 void TickCounter::AttachLocalHeap(LocalHeap* local_heap) { in AttachLocalHeap() argument
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator.h40 explicit ConcurrentAllocator(LocalHeap* local_heap, PagedSpace* space) in ConcurrentAllocator() argument
H A Dcollection-barrier.cc80 bool CollectionBarrier::AwaitCollectionBackground(LocalHeap* local_heap) { in AwaitCollectionBackground() argument
H A Dparked-scope.h21 explicit ParkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in ParkedScope() argument
37 explicit UnparkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in UnparkedScope() argument
53 explicit ParkedMutexGuard(LocalHeap* local_heap, base::Mutex* mutex) in ParkedMutexGuard() argument
78 ParkedSharedMutexGuardIf(LocalHeap* local_heap, base::SharedMutex* mutex, in ParkedSharedMutexGuardIf() argument
H A Dmarking-barrier.cc34 MarkingBarrier::MarkingBarrier(LocalHeap* local_heap) in MarkingBarrier() argument
H A Dsafepoint.h105 void AddLocalHeap(LocalHeap* local_heap, Callback callback) { in AddLocalHeap() argument
121 void RemoveLocalHeap(LocalHeap* local_heap, Callback callback) { in RemoveLocalHeap() argument
[all...]
H A Dsafepoint.cc155 void IsolateSafepoint::LockMutex(LocalHeap* local_heap) { in LockMutex() argument
[all...]
H A Dlarge-spaces.cc177 AllocateRawBackground( LocalHeap* local_heap, int object_size) AllocateRawBackground() argument
182 AllocateRawBackground( LocalHeap* local_heap, int object_size, Executability executable) AllocateRawBackground() argument
596 AllocateRawBackground( LocalHeap* local_heap, int object_size) AllocateRawBackground() argument
H A Dpaged-spaces.cc605 RawRefillLabBackground( LocalHeap* local_heap, size_t min_size_in_bytes, size_t max_size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) RawRefillLabBackground() argument
H A Dheap.cc432 bool Heap::CanExpandOldGenerationBackground(LocalHeap* local_heap, in CanExpandOldGenerationBackground() argument
5456 ShouldExpandOldGenerationOnSlowAllocation(LocalHeap* local_heap) ShouldExpandOldGenerationOnSlowAllocation() argument
5490 IsRetryOfFailedAllocation(LocalHeap* local_heap) IsRetryOfFailedAllocation() argument
5495 IsMainThreadParked(LocalHeap* local_heap) IsMainThreadParked() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dmaybe-handles-inl.h21 MaybeHandle<T>::MaybeHandle(T object, LocalHeap* local_heap) in MaybeHandle() argument
56 MaybeObjectHandle::MaybeObjectHandle(Object object, LocalHeap* local_heap) in MaybeObjectHandle() argument
110 inline MaybeObjectHandle handle(MaybeObject object, LocalHeap* local_heap) { in handle() argument
36 MaybeObjectHandle(MaybeObject object, LocalHeap* local_heap) MaybeObjectHandle() argument
H A Dlocal-handles-inl.h17 V8_INLINE Address* LocalHandleScope::GetHandle(LocalHeap* local_heap, in GetHandle() argument
37 LocalHandleScope::LocalHandleScope(LocalHeap* local_heap) { in LocalHandleScope() argument
82 CloseScope(LocalHeap* local_heap, Address* prev_next, Address* prev_limit) CloseScope() argument
[all...]
H A Dpersistent-handles.cc36 void PersistentHandles::Attach(LocalHeap* local_heap) { in Attach() argument
H A Dlocal-handles.cc16 Address* LocalHandleScope::GetMainThreadHandle(LocalHeap* local_heap, in GetMainThreadHandle() argument
22 void LocalHandleScope::OpenMainThreadScope(LocalHeap* local_heap) { in OpenMainThreadScope() argument
31 void LocalHandleScope::CloseMainThreadScope(LocalHeap* local_heap, in CloseMainThreadScope() argument
H A Dhandles-inl.h26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase() argument
59 Handle<T>::Handle(T object, LocalHeap* local_heap) in Handle() argument
73 V8_INLINE Handle<T> handle(T object, LocalHeap* local_heap) { in handle() argument
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h78 LocalHeap* local_heap = LocalHeap::Current(); in GetIsolateIfNeeded() local
H A Dfeedback-vector.h697 NexusConfig(Isolate* isolate, LocalHeap* local_heap) in NexusConfig() argument
662 FromBackgroundThread(Isolate* isolate, LocalHeap* local_heap) FromBackgroundThread() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5578 LocalHeap* local_heap = LocalHeap::Current(); in ThrowInternal() local

Completed in 28 milliseconds