Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h89 V8_EXPORT_PRIVATE std::vector<CustomSectionOffset> DecodeCustomSections(
Dwasm-module.cc257 DecodeCustomSections(wire_bytes.start(), wire_bytes.end()); in GetCustomSections()
Dmodule-decoder.cc1574 std::vector<CustomSectionOffset> DecodeCustomSections(const byte* start, in DecodeCustomSections() function