Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h658 static void DdmSendThreadNotification(Thread* t, uint32_t type)
Ddebugger.cc4500 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() function in art::Dbg
4549 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
4560 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
Dthread.cc1024 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()