Searched refs:compiled_module_bytes_ (Results 1 – 3 of 3) sorted by relevance
94 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
51 isolate_, compiled_module_bytes_, in Finish()
269 if (processor_->Deserialize(compiled_module_bytes_, wire_bytes)) return; in Finish()272 compiled_module_bytes_ = {}; in Finish()