Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h128 bool CheckFunctionsCount(uint32_t functions_count, uint32_t offset);
Dmodule-decoder.cc745 CheckFunctionsCount(functions_count, pos); in DecodeCodeSection()
761 bool CheckFunctionsCount(uint32_t functions_count, uint32_t offset) { in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoderImpl
1459 bool ModuleDecoder::CheckFunctionsCount(uint32_t functions_count, in CheckFunctionsCount() function in v8::internal::wasm::ModuleDecoder
1461 return impl_->CheckFunctionsCount(functions_count, offset); in CheckFunctionsCount()
Dmodule-compiler.cc2690 if (!decoder_.CheckFunctionsCount(static_cast<uint32_t>(functions_count), in ProcessCodeSectionHeader()