Home
last modified time | relevance | path

Searched refs:FinishDecoding (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dmodule-decoder.h133 ModuleResult FinishDecoding(bool verify_functions = true);
Dmodule-decoder.cc841 ModuleResult FinishDecoding(bool verify_functions = true) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoderImpl
861 return FinishDecoding(verify_functions); in DecodeModule()
887 return FinishDecoding(verify_functions); in DecodeModule()
1464 ModuleResult ModuleDecoder::FinishDecoding(bool verify_functions) { in FinishDecoding() function in v8::internal::wasm::ModuleDecoder
1465 return impl_->FinishDecoding(verify_functions); in FinishDecoding()
Dmodule-compiler.cc2647 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false)); in ProcessModuleHeader()
2679 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false)); in ProcessSection()
2692 FinishAsyncCompileJobWithError(decoder_.FinishDecoding(false)); in ProcessCodeSectionHeader()
2742 ModuleResult result = decoder_.FinishDecoding(false); in OnFinishedStream()
/external/webp/src/dec/
Didec_dec.c246 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) { in FinishDecoding() function
504 return FinishDecoding(idec); in DecodeRemaining()
560 : FinishDecoding(idec); in DecodeVP8LData()