Searched refs:SetUpFromReadOnlyArtifacts (Results 1 – 3 of 3) sorted by relevance
86 isolate->SetUpFromReadOnlyArtifacts(artifacts, ro_heap); in SetUp()105 isolate->SetUpFromReadOnlyArtifacts(nullptr, ro_heap); in SetUp()152 isolate->SetUpFromReadOnlyArtifacts(artifacts, artifacts->read_only_heap()); in CreateInitalHeapForBootstrapping()
609 void SetUpFromReadOnlyArtifacts(std::shared_ptr<ReadOnlyArtifacts> artifacts,
3214 void Isolate::SetUpFromReadOnlyArtifacts( in ThrowInternal() function in v8::internal::Isolate