Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc435 int code_table_size = static_cast<int>(module_->functions.size() + in CompileToModuleObject() local
438 factory->NewFixedArray(static_cast<int>(code_table_size), TENURED); in CompileToModuleObject()