Searched refs:kPacketSize (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtrace.cc946 static constexpr size_t kPacketSize = 14U; // The maximum size of data in a packet. local
947 uint8_t stack_buf[kPacketSize]; // Space to store a packet when in streaming mode.
965 static_assert(kPacketSize == 2 + 4 + 4 + 4, "Packet size incorrect.");

Completed in 28 milliseconds