Searched refs:DecodeSectionID (Results 1 – 1 of 1) sorted by relevance
146 class DecodeSectionID;398 class AsyncStreamingDecoder::DecodeSectionID : public DecodingState { class in v8::internal::wasm::AsyncStreamingDecoder400 explicit DecodeSectionID(uint32_t module_offset) in DecodeSectionID() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeSectionID564 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()568 AsyncStreamingDecoder::DecodeSectionID::Next(AsyncStreamingDecoder* streaming) { in Next()601 return std::make_unique<DecodeSectionID>(streaming->module_offset_); in NextWithValue()617 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()636 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in NextWithValue()690 return std::make_unique<DecodeSectionID>(streaming->module_offset()); in Next()