Home
last modified time | relevance | path

Searched refs:StartDecoding (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h120 void StartDecoding(Counters* counters, AccountingAllocator* allocator,
Dmodule-decoder.cc293 void StartDecoding(Counters* counters, AccountingAllocator* allocator) { in StartDecoding() function in v8::internal::wasm::ModuleDecoderImpl
856 StartDecoding(counters, allocator); in DecodeModule()
1435 void ModuleDecoder::StartDecoding(Counters* counters, in StartDecoding() function in v8::internal::wasm::ModuleDecoder
1440 impl_->StartDecoding(counters, allocator); in StartDecoding()
Dmodule-compiler.cc2643 decoder_.StartDecoding(job_->async_counters().get(), in ProcessModuleHeader()