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/
H A Dmodule-compiler.cc707 js_to_wasm_wrapper_units_; member in v8::internal::wasm::__anon15175::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::__anon15175::__anon15176::CompilationUnitBuilder
3415 // |js_to_wasm_wrapper_units_| will only be initialized once. in CommitCompilationUnits()
3417 js_to_wasm_wrapper_units_.insert(js_to_wasm_wrapper_units_.end(), in CommitCompilationUnits()
3420 // Use release semantics such that updates to {js_to_wasm_wrapper_units_} in CommitCompilationUnits()
[all...]

Completed in 11 milliseconds