OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteExport
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
wasm-module-builder.cc
175
void WasmFunctionBuilder::
WriteExport
(ZoneBuffer& buffer) const {
447
for (auto function : functions_) function->
WriteExport
(buffer);
wasm-module-builder.h
141
void
WriteExport
(ZoneBuffer& buffer) const;
Completed in 189 milliseconds