Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h231 void PostThreadChange(Thread* thread, bool start)
Djdwp_event.cc1059 void JdwpState::PostThreadChange(Thread* thread, bool start) { in PostThreadChange() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc4433 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop()