Home
last modified time | relevance | path

Searched defs:verify_functions (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.cc332 uint32_t offset, bool verify_functions = true) { in DecodeSection()
742 void DecodeCodeSection(bool verify_functions) { in DecodeCodeSection()
772 bool verify_functions) { in DecodeFunctionBody()
841 ModuleResult FinishDecoding(bool verify_functions = true) { in FinishDecoding()
855 bool verify_functions = true) { in DecodeModule()
1394 bool verify_functions, ModuleOrigin origin, in DecodeWasmModule()
1450 bool verify_functions) { in DecodeSection()
1455 uint32_t offset, bool verify_functions) { in DecodeFunctionBody()
1464 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding()
Dmodule-compiler.cc2676 constexpr bool verify_functions = false; in ProcessSection() local