Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h191 bool PostVMStart() LOCKS_EXCLUDED(event_list_lock_) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Djdwp_event.cc756 bool JdwpState::PostVMStart() { in PostVMStart() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc667 if (!gJdwpState->PostVMStart()) { in StartJdwp()