Home
last modified time | relevance | path

Searched refs:PrepareInstall (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc75 virtual void PrepareInstall() const {} in PrepareInstall() function in v8::internal::compiler::CompilationDependency
234 void PrepareInstall() const override { in PrepareInstall() function in v8::internal::compiler::__anon82456ba40211::PrototypePropertyDependency
998 void PrepareInstall() const override { in PrepareInstall() function in v8::internal::compiler::__anon82456ba40211::InitialMapInstanceSizePredictionDependency
1183 if (!PrepareInstall()) return false; in Commit()
1234 bool CompilationDependencies::PrepareInstall() { in PrepareInstall() function in v8::internal::compiler::CompilationDependencies
1247 dep->PrepareInstall(); in PrepareInstall()
1267 dep->PrepareInstall(); in PrepareInstallPredictable()
Dcompilation-dependencies.h175 bool PrepareInstall();