Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.h53 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
64 inline DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() function
68 return VerifyWasmCode(allocator, module, body); in VerifyWasmCode()
Dmodule-decoder.cc838 DecodeResult result = VerifyWasmCode( in VerifyFunctionBody()
Dfunction-body-decoder.cc1993 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() function