Searched refs:CheckFunctionsCount (Results 1 – 3 of 3) sorted by relevance
128 bool CheckFunctionsCount(uint32_t functions_count, uint32_t offset);
745 CheckFunctionsCount(functions_count, pos); in DecodeCodeSection()761 bool CheckFunctionsCount(uint32_t functions_count, uint32_t offset) { in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoderImpl1459 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoder1461 return impl_->CheckFunctionsCount(functions_count, offset); in CheckFunctionsCount()
2690 if (!decoder_.CheckFunctionsCount(static_cast<uint32_t>(functions_count), in ProcessCodeSectionHeader()