Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h184 V8_EXPORT_PRIVATE std::vector<CustomSectionOffset> DecodeCustomSections(
Dwasm-module.cc556 DecodeCustomSections(wire_bytes.begin(), wire_bytes.end()); in GetCustomSections()
Dmodule-decoder.cc2425 std::vector<CustomSectionOffset> DecodeCustomSections(const byte* start, in DecodeCustomSections() function