Searched refs:CHUNK_TYPE (Results 1 – 5 of 5) sorted by relevance
311 if (type == CHUNK_TYPE("THDE")) { in DdmSendThreadNotification()314 cb->DdmPublishChunk(CHUNK_TYPE("THDE"), ArrayRef<const uint8_t>(buf)); in DdmSendThreadNotification()316 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type; in DdmSendThreadNotification()349 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()363 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR")); in PostThreadStart()367 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE")); in PostThreadDeath()443 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("HPIF"), in DdmSendHeapInfo()481 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext()483 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext()558 return type_ == CHUNK_TYPE("NHSG"); in IsNative()[all …]
151 #define CHUNK_TYPE(_name) \ macro
685 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"), in FinishTracing()
1236 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()
470 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()