Home
last modified time | relevance | path

Searched refs:AddDataSegment (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.h231 void AddDataSegment(const byte* data, uint32_t size, uint32_t dest);
Dwasm-module-builder.cc243 void WasmModuleBuilder::AddDataSegment(const byte* data, uint32_t size, in AddDataSegment() function in v8::internal::wasm::WasmModuleBuilder