Searched refs:CHUNK_TYPE (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | debugger.cc | 4393 if (type == CHUNK_TYPE("THDE")) { in DdmSendThreadNotification() 4396 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification() 4398 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type; in DdmSendThreadNotification() 4436 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification() 4445 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop() 4451 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR")); in PostThreadStart() 4455 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE")); in PostThreadDeath() 4555 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo() 4592 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext() 4594 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext() [all …]
|
D | debugger.h | 827 #define CHUNK_TYPE(_name) \ macro
|
D | trace.cc | 725 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in FinishTracing()
|
D | thread.cc | 1005 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()
|
/art/runtime/hprof/ |
D | hprof.cc | 471 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()
|