Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h204 bool PostThreadChange(ObjectId threadId, bool start)
Djdwp_event.cc811 bool JdwpState::PostThreadChange(ObjectId threadId, bool start) { in PostThreadChange() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc3059 gJdwpState->PostThreadChange(id, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop()