Home
last modified time | relevance | path

Searched refs:VerifyWasmCode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.h45 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
Dfunction-body-decoder.cc835 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() function
Dmodule-decoder.cc1059 result = VerifyWasmCode(allocator, enabled_features_, module, in VerifyFunctionBody()
Dmodule-compiler.cc714 result = VerifyWasmCode(isolate->allocator(), in ValidateSequentially()