Searched refs:decoding_method (Results 1 – 2 of 2) sorted by relevance
158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
2226 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule() argument2259 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()