HomeSort by relevance Sort by last modified time
    Searched defs:wire_bytes (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-module.h 328 : module_env(module, instance), wire_bytes(module_bytes) {}
330 const ModuleWireBytes& wire_bytes)
331 : module_env(module, instance), wire_bytes(wire_bytes) {}
334 ModuleWireBytes wire_bytes; member in struct:v8::internal::wasm::ModuleBytesEnv
  /external/v8/src/
value-serializer.cc 812 Handle<String> wire_bytes(compiled_part->module_bytes(), isolate_);
813 int wire_bytes_length = wire_bytes->length();
817 String::WriteToFlat(*wire_bytes, destination, 0, wire_bytes_length);
1613 Vector<const uint8_t> wire_bytes; local
    [all...]

Completed in 53 milliseconds