Home
last modified time | relevance | path

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

/external/perfetto/ui/src/engine/
Dwasm_bridge.ts44 private reqBufferAddr = 0; property in WasmBridge
60 this.reqBufferAddr = this.connection.ccall(
73 const endAddr = this.reqBufferAddr + req.data.length;
74 this.connection.HEAPU8.subarray(this.reqBufferAddr, endAddr).set(req.data);