Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc2303 DCHECK(!last_event_.has_value()); in call()
2306 DCHECK_EQ(CompilationEvent::kFinishedExportWrappers, last_event_); in call()
2320 DCHECK(CompilationEvent::kFinishedBaselineCompilation == last_event_ || in call()
2321 CompilationEvent::kFinishedCompilationChunk == last_event_); in call()
2324 DCHECK(CompilationEvent::kFinishedBaselineCompilation == last_event_); in call()
2329 DCHECK(!last_event_.has_value() || in call()
2330 last_event_ == CompilationEvent::kFinishedExportWrappers); in call()
2347 last_event_ = event; in call()
2356 base::Optional<CompilationEvent> last_event_; member in v8::internal::wasm::AsyncCompileJob::CompilationStateCallback