Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h242 bool PostVMDeath();
Djdwp_event.cc1078 bool JdwpState::PostVMDeath() { in PostVMDeath() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc515 gJdwpState->PostVMDeath(); in StopJdwp()