Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc395 bool verify_functions = true) { in DecodeSection()
1102 void DecodeCodeSection(bool verify_functions) { in DecodeCodeSection()
1142 bool verify_functions) { in DecodeFunctionBody()
1477 ModuleResult FinishDecoding(bool verify_functions = true) { in FinishDecoding()
1500 bool verify_functions = true) { in DecodeModule()
2224 const byte* module_end, bool verify_functions, ModuleOrigin origin, in DecodeWasmModule()
2299 uint32_t offset, bool verify_functions) { in DecodeSection()
2304 uint32_t offset, bool verify_functions) { in DecodeFunctionBody()
2315 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding()
Dmodule-compiler.cc2803 constexpr bool verify_functions = false; in ProcessSection() local