Searched refs:hint_count (Results 1 – 1 of 1) sorted by relevance
1288 uint32_t hint_count = decoder.consume_u32v("compilation hint count"); in DecodeCompilationHintsSection() local1289 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()