Searched refs:shared_ro_heap_ (Results 1 – 3 of 3) sorted by relevance
24 auto* shared_ro_heap = SoleReadOnlyHeap::shared_ro_heap_; in GetReadOnlyRoots()
60 SoleReadOnlyHeap* SoleReadOnlyHeap::shared_ro_heap_ = nullptr; member in v8::internal::SoleReadOnlyHeap148 SoleReadOnlyHeap::shared_ro_heap_ = sole_ro_heap.get(); in CreateInitalHeapForBootstrapping()
142 V8_EXPORT_PRIVATE static SoleReadOnlyHeap* shared_ro_heap_; variable