Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcompilation-dependencies.h87 bool AreValid() const;
Dcompilation-dependencies.cc361 bool CompilationDependencies::AreValid() const { in AreValid() function in v8::internal::compiler::CompilationDependencies
371 if (!AreValid()) { in Commit()