Home
last modified time | relevance | path

Searched refs:DecodeResult (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.h40 V8_EXPORT_PRIVATE DecodeResult
Dfunction-body-decoder.h43 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
Dfunction-body-decoder.cc65 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode()
Dmodule-compiler.cc1088 DecodeResult ValidateSingleFunction(const WasmModule* module, int func_index, in ValidateSingleFunction()
1095 DecodeResult result; in ValidateSingleFunction()
1128 DecodeResult result = ValidateSingleFunction( in ValidateSequentially()
1198 DecodeResult decode_result = in CompileLazy()
2526 DecodeResult function_result = in RunInBackground()
2887 DecodeResult result = in ProcessFunctionBody()
Ddecoder.h40 using DecodeResult = VoidResult; variable
Dmodule-decoder.cc1677 DecodeResult result = VerifyWasmCode(allocator, enabled_features_, module, in VerifyFunctionBody()
Dgraph-builder-interface.cc1868 DecodeResult BuildTFGraph(AccountingAllocator* allocator, in BuildTFGraph()
/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.cc206 wasm::DecodeResult result = wasm::BuildTFGraph( in Finalize()