Home
last modified time | relevance | path

Searched refs:decoding_method (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
Dmodule-decoder.cc2226 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule() argument
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()