Home
last modified time | relevance | path

Searched refs:DdmSendThreadNotification (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h577 static void DdmSendThreadNotification(Thread* t, uint32_t type)
Ddebugger.cc3976 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() function in art::Dbg
4018 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
4029 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
Dthread.cc496 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()