Searched refs:dexopt_status_ (Results 1 – 1 of 1) sorted by relevance
154 android::base::NoDestructor<DexOptStatus> dexopt_status_; variable1610 dexopt_status_->control_dexopt_blocking(block); in control_dexopt_blocking()1614 return dexopt_status_->is_dexopt_blocked(); in is_dexopt_blocked()1641 if (dexopt_status_->is_dexopt_blocked()) { in process_secondary_dex_dexopt()1662 pid_t pid = dexopt_status_->check_cancellation_and_fork(&cancelled); in process_secondary_dex_dexopt()1734 cancelled = dexopt_status_->check_if_killed_and_remove_dexopt_pid(pid); in process_secondary_dex_dexopt()1804 if (dexopt_status_->is_dexopt_blocked()) { in dexopt()1972 pid_t pid = dexopt_status_->check_cancellation_and_fork(&cancelled); in dexopt()1995 bool cancelled = dexopt_status_->check_if_killed_and_remove_dexopt_pid(pid); in dexopt()