Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h87 struct CustomSectionOffset { struct
96 V8_EXPORT_PRIVATE std::vector<CustomSectionOffset> DecodeCustomSections( argument
Dmodule-decoder.cc1316 std::vector<CustomSectionOffset> DecodeCustomSections(const byte* start, in DecodeCustomSections()
1322 std::vector<CustomSectionOffset> result; in DecodeCustomSections()
Dwasm-module.cc2522 std::vector<CustomSectionOffset> custom_sections; in GetCustomSections()