Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1288 uint32_t hint_count = decoder.consume_u32v("compilation hint count"); in DecodeCompilationHintsSection() local
1289 if (hint_count != module_->num_declared_functions) { in DecodeCompilationHintsSection()
1291 module_->num_declared_functions, hint_count); in DecodeCompilationHintsSection()
1296 module_->compilation_hints.reserve(hint_count); in DecodeCompilationHintsSection()
1298 for (uint32_t i = 0; decoder.ok() && i < hint_count; i++) { in DecodeCompilationHintsSection()