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

/art/runtime/
H A Ddebugger.cc3012 if (type == CHUNK_TYPE("THDE")) {
3015 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf);
3017 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type;
3048 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR"));
3059 gJdwpState->PostThreadChange(id, type == CHUNK_TYPE("THCR"));
3065 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR"));
3069 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE"));
3165 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes);
3202 type_ = CHUNK_TYPE("NHS
[all...]
H A Ddebugger.h429 #define CHUNK_TYPE(_name) \ macro
H A Dtrace.cc531 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2);
H A Dthread.cc414 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM"));
/art/runtime/hprof/
H A Dhprof.cc447 Dbg::DdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2);

Completed in 102 milliseconds