Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h142 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
Dmodule-decoder.cc2168 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule() argument
2194 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()