Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
Dmodule-decoder.cc1106 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::ModuleDecoderImpl
2310 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoder
2312 return impl_->CheckFunctionsCount(functions_count, error_offset); in CheckFunctionsCount()
Dmodule-compiler.cc2822 if (!decoder_.CheckFunctionsCount(static_cast<uint32_t>(num_functions), in ProcessCodeSectionHeader()