Searched refs:decoding_method (Results 1 – 2 of 2) sorted by relevance
142 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
2168 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule() argument2194 metrics_event.async = decoding_method == DecodingMethod::kAsync || in DecodeWasmModule()2195 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule()2196 metrics_event.streamed = decoding_method == DecodingMethod::kSyncStream || in DecodeWasmModule()2197 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule()