Searched refs:PostVMStart (Results 1 – 3 of 3) sorted by relevance
191 bool PostVMStart() LOCKS_EXCLUDED(event_list_lock_) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
756 bool JdwpState::PostVMStart() { in PostVMStart() function in art::JDWP::JdwpState
667 if (!gJdwpState->PostVMStart()) { in StartJdwp()