Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h498 void NotifyBootstrapComplete();
Dheap.cc5965 void Heap::NotifyBootstrapComplete() { in NotifyBootstrapComplete() function in v8::internal::Heap
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc339 isolate_->heap()->NotifyBootstrapComplete(); in CreateEnvironment()