Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dstreaming-decoder.h94 compiled_module_bytes_ = compiled_module_bytes; in SetCompiledModuleBytes()
116 bool deserializing() const { return !compiled_module_bytes_.empty(); } in deserializing()
120 Vector<const uint8_t> compiled_module_bytes_; variable
Dsync-streaming-decoder.cc51 isolate_, compiled_module_bytes_, in Finish()
Dstreaming-decoder.cc269 if (processor_->Deserialize(compiled_module_bytes_, wire_bytes)) return; in Finish()
272 compiled_module_bytes_ = {}; in Finish()