Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc707 js_to_wasm_wrapper_units_; member in v8::internal::wasm::__anond8a41e1c0111::CompilationStateImpl
1016 js_to_wasm_wrapper_units_.emplace_back(std::move(unit)); in AddJSToWasmWrapperUnit()
1041 js_to_wasm_wrapper_units_.empty()) { in Commit()
1046 base::VectorOf(js_to_wasm_wrapper_units_)); in Commit()
1054 js_to_wasm_wrapper_units_.clear(); in Clear()
1068 js_to_wasm_wrapper_units_; member in v8::internal::wasm::__anond8a41e1c0211::CompilationUnitBuilder
3417 js_to_wasm_wrapper_units_.insert(js_to_wasm_wrapper_units_.end(), in CommitCompilationUnits()
3460 return js_to_wasm_wrapper_units_[outstanding_units - 1]; in GetNextJSToWasmWrapperCompilationUnit()
3474 js_to_wasm_wrapper_units_.size()); in FinalizeJSToWasmWrappers()
3476 for (auto& unit : js_to_wasm_wrapper_units_) { in FinalizeJSToWasmWrappers()