Searched refs:VerifyWasmCode (Results 1 – 3 of 3) sorted by relevance
53 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,64 inline DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() function68 return VerifyWasmCode(allocator, module, body); in VerifyWasmCode()
838 DecodeResult result = VerifyWasmCode( in VerifyFunctionBody()
1993 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() function