Home
last modified time | relevance | path

Searched defs:main_thread_local_heap (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.h929 LocalHeap* main_thread_local_heap() { return main_thread_local_heap_; } in main_thread_local_heap() function
H A Dheap.cc5709 void Heap::InitializeMainThreadLocalHeap(LocalHeap* main_thread_local_heap) { in InitializeMainThreadLocalHeap()
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Disolate.cc5034 LocalHeap* Isolate::main_thread_local_heap() { in ThrowInternal() function in v8::internal::Isolate