Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4364 if (type == CHUNK_TYPE("THDE")) { in DdmSendThreadNotification()
4367 cb->DdmPublishChunk(CHUNK_TYPE("THDE"), ArrayRef<const uint8_t>(buf)); in DdmSendThreadNotification()
4369 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type; in DdmSendThreadNotification()
4407 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
4416 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop()
4422 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR")); in PostThreadStart()
4426 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE")); in PostThreadDeath()
4506 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("HPIF"), in DdmSendHeapInfo()
4544 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext()
4546 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext()
[all …]
Ddebugger.h864 #define CHUNK_TYPE(_name) \ macro
Dtrace.cc684 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(CHUNK_TYPE("MPSE"), in FinishTracing()
Dthread.cc1215 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()
/art/runtime/hprof/
Dhprof.cc471 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()