Searched refs:data (Results 101 - 101 of 101) sorted by relevance

12345

/art/runtime/
H A Ddebugger.cc3748 * and includes the chunk type/length, followed by the data.
3768 env->SetByteArrayRegion(dataArray.get(), 0, request_length, reinterpret_cast<const jbyte*>(request.data()));
3778 // Call "private static Chunk dispatch(int type, byte[] data, int offset, int length)".
3798 * We could avoid this by returning type/data/offset/length and having
3803 * So we're pretty much stuck with copying data around multiple times.
3810 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", type, replyData.get(), offset, length);
4579 * The data we send to DDMS contains everything we have recorded.
4605 * followed by UTF-16 data.

Completed in 110 milliseconds

12345