Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc3449 size_t outstanding_units = in GetNextJSToWasmWrapperCompilationUnit() local
3453 while (outstanding_units && in GetNextJSToWasmWrapperCompilationUnit()
3455 outstanding_units, outstanding_units - 1, in GetNextJSToWasmWrapperCompilationUnit()
3457 // Retry with updated {outstanding_units}. in GetNextJSToWasmWrapperCompilationUnit()
3459 if (outstanding_units == 0) return nullptr; in GetNextJSToWasmWrapperCompilationUnit()
3460 return js_to_wasm_wrapper_units_[outstanding_units - 1]; in GetNextJSToWasmWrapperCompilationUnit()

Completed in 8 milliseconds