Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h3930 typedef std::pair<std::unique_ptr<const uint8_t[]>, size_t> SerializedModule; typedef
3938 SerializedModule Serialize();
/external/v8/src/
Dapi.cc7524 WasmCompiledModule::SerializedModule WasmCompiledModule::Serialize() { in Serialize()