Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc538 uint32_t total_function_count = in DecodeFunctionSection() local
540 module_->functions.reserve(total_function_count); in DecodeFunctionSection()
554 DCHECK_EQ(module_->functions.size(), total_function_count); in DecodeFunctionSection()