Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.h175 bool PrepareInstall();
H A Dcompilation-dependencies.cc75 virtual void PrepareInstall() const {} in PrepareInstall() function in v8::internal::compiler::CompilationDependency
110 // installation (because PrepareInstall may create the object on which the dep
234 void PrepareInstall() const override {
998 void PrepareInstall() const override {
1183 if (!PrepareInstall()) return false; in Commit()
1191 // dependencies. For example, PrototypePropertyDependency::PrepareInstall in Commit()
1234 bool CompilationDependencies::PrepareInstall() { in PrepareInstall() function in v8::internal::compiler::CompilationDependencies
1247 dep->PrepareInstall(); in PrepareInstall()
1267 dep->PrepareInstall(); in PrepareInstallPredictable()

Completed in 3 milliseconds