Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h186 void PostVMStart() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Djdwp_event.cc765 void JdwpState::PostVMStart() { in PostVMStart() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc600 gJdwpState->PostVMStart(); in StartJdwp()