Searched refs:FinishDecoding (Results 1 – 4 of 4) sorted by relevance
251 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() function509 return FinishDecoding(idec); in DecodeRemaining()565 : FinishDecoding(idec); in DecodeVP8LData()
233 ModuleResult FinishDecoding(bool verify_functions = true);
1477 ModuleResult FinishDecoding(bool verify_functions = true) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoderImpl1506 return FinishDecoding(verify_functions); in DecodeModule()1533 return FinishDecoding(verify_functions); in DecodeModule()2315 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoder2316 return impl_->FinishDecoding(verify_functions); in FinishDecoding()
2765 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessModuleHeader()2792 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessSection()2806 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessSection()2824 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false).error()); in ProcessCodeSectionHeader()2926 ModuleResult result = decoder_.FinishDecoding(false); in OnFinishedStream()