Searched refs:CheckFunctionsCount (Results 1 – 3 of 3) sorted by relevance
228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
1106 CheckFunctionsCount(functions_count, code_section_start); in DecodeCodeSection()1132 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset) { in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoderImpl2310 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoder2312 return impl_->CheckFunctionsCount(functions_count, error_offset); in CheckFunctionsCount()
2822 if (!decoder_.CheckFunctionsCount(static_cast<uint32_t>(num_functions), in ProcessCodeSectionHeader()