Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h162 V8_WARN_UNUSED_RESULT bool DecrementAndCheckFinisherCount() { in DecrementAndCheckFinisherCount() function
Dmodule-compiler.cc2307 if (job_->DecrementAndCheckFinisherCount()) { in call()
2331 if (job_->DecrementAndCheckFinisherCount()) { in call()
2981 const bool needs_finish = job_->DecrementAndCheckFinisherCount(); in OnFinishedStream()