Home
last modified time | relevance | path

Searched refs:DecodingMethod (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h145 enum class DecodingMethod { enum
158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
Dmodule-decoder.cc2226 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule()
2259 metrics_event.async = decoding_method == DecodingMethod::kAsync || in DecodeWasmModule()
2260 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule()
2261 metrics_event.streamed = decoding_method == DecodingMethod::kSyncStream || in DecodeWasmModule()
2262 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule()
Dwasm-engine.cc477 DecodingMethod::kSync, allocator()); in SyncValidate()
501 DecodingMethod::kSync, allocator()); in SyncCompileTranslatedAsmJs()
546 context_id, DecodingMethod::kSync, allocator()); in SyncCompile()
Dwasm-serialization.cc863 DecodingMethod::kDeserialize, wasm_engine->allocator()); in DeserializeNativeModule()
Dmodule-compiler.cc2503 DecodingMethod::kAsync, GetWasmEngine()->allocator()); in RunInBackground()