Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc675 uint32_t total_function_count = in DecodeFunctionSection() local
677 module_->functions.reserve(total_function_count); in DecodeFunctionSection()
692 DCHECK_EQ(module_->functions.size(), total_function_count); in DecodeFunctionSection()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc798 uint32_t total_function_count = in DecodeFunctionSection() local
800 module_->functions.reserve(total_function_count); in DecodeFunctionSection()
815 DCHECK_EQ(module_->functions.size(), total_function_count); in DecodeFunctionSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-decoder.cc686 uint32_t total_function_count = in DecodeFunctionSection() local
688 module_->functions.reserve(total_function_count); in DecodeFunctionSection()
703 DCHECK_EQ(module_->functions.size(), total_function_count); in DecodeFunctionSection()