Searched refs:HasSnapshot (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | per-isolate-compiler-cache.h | 32 bool HasSnapshot() const { return refs_snapshot_ != nullptr; } in HasSnapshot() function in v8::internal::compiler::PerIsolateCompilerCache 34 DCHECK(HasSnapshot()); in GetSnapshot() 38 DCHECK(!HasSnapshot()); in SetSnapshot() 41 DCHECK(HasSnapshot()); in SetSnapshot() |
Completed in 0 milliseconds