Home
last modified time | relevance | path

Searched refs:SetUpFromReadOnlyArtifacts (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dread-only-heap.cc86 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()
/third_party/node/deps/v8/src/execution/
Disolate.h609 void SetUpFromReadOnlyArtifacts(std::shared_ptr<ReadOnlyArtifacts> artifacts,
Disolate.cc3214 void Isolate::SetUpFromReadOnlyArtifacts( in ThrowInternal() function in v8::internal::Isolate