Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc1354 std::vector<Handle<JSFunction>> js_wrappers_; member in InstantiationHelper
1735 js_wrappers_.insert(js_wrappers_.begin(), module_->functions.size(), in ProcessExports()
1806 Handle<JSFunction> js_function = js_wrappers_[exp.index]; in ProcessExports()
1822 js_wrappers_[exp.index] = js_function; in ProcessExports()
2017 if (js_wrappers_[func_index].is_null()) { in LoadTableSegments()
2040 js_wrappers_[func_index] = js_function; in LoadTableSegments()
2043 *js_wrappers_[func_index]); in LoadTableSegments()