Searched refs:set_read_only_heap (Results 1 – 4 of 4) sorted by relevance
104 void set_read_only_heap(std::unique_ptr<ReadOnlyHeap> read_only_heap);
151 artifacts->set_read_only_heap(std::move(ro_heap)); in CreateInitalHeapForBootstrapping()
37 void ReadOnlyArtifacts::set_read_only_heap( in set_read_only_heap() function in v8::internal::ReadOnlyArtifacts268 isolate->set_read_only_heap(ro_heap); in ReinstallReadOnlySpace()
611 void set_read_only_heap(ReadOnlyHeap* ro_heap) { read_only_heap_ = ro_heap; } in set_read_only_heap() function