Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h244 bool PostVMDeath();
Djdwp_event.cc1079 bool JdwpState::PostVMDeath() { in PostVMDeath() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc608 gJdwpState->PostVMDeath(); in StopJdwp()