Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddebugger.h77 static void DdmSendThreadNotification(Thread* t, uint32_t type)
H A Ddebugger.cc304 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() function in art::Dbg
349 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
359 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
H A Dthread.cc1236 Dbg::DdmSendThreadNotification(this, CHUNK_TYPE("THNM")); in SetThreadName()