Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc244 jint reply_length = reply_data->GetLength(); in DdmHandleChunk() local
245 if (offset < 0 || offset > reply_length || length < 0 || length > reply_length - offset) { in DdmHandleChunk()
247 << " reply_length=" << reply_length; in DdmHandleChunk()