Searched refs:StartDecoding (Results 1 – 3 of 3) sorted by relevance
120 void StartDecoding(Counters* counters, AccountingAllocator* allocator,
293 void StartDecoding(Counters* counters, AccountingAllocator* allocator) { in StartDecoding() function in v8::internal::wasm::ModuleDecoderImpl856 StartDecoding(counters, allocator); in DecodeModule()1435 void ModuleDecoder::StartDecoding(Counters* counters, in StartDecoding() function in v8::internal::wasm::ModuleDecoder1440 impl_->StartDecoding(counters, allocator); in StartDecoding()
2643 decoder_.StartDecoding(job_->async_counters().get(), in ProcessModuleHeader()