Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3873 if (type == CHUNK_TYPE("THDE")) { in DdmSendThreadNotification()
3876 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification()
3878 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type; in DdmSendThreadNotification()
3910 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
3919 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop()
3925 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR")); in PostThreadStart()
3929 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE")); in PostThreadDeath()
4025 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo()
4063 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext()
4065 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext()
[all …]
Dtrace.cc543 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in FinishTracing()
Ddebugger.h703 #define CHUNK_TYPE(_name) \ macro
Dthread.cc484 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()
/art/runtime/hprof/
Dhprof.cc459 Dbg::DdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in Dump()