HomeSort by relevance Sort by last modified time
    Searched refs:was_on_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.h 298 bool was_on_; member in class:art::jit::ScopedJitSuspend
jit.cc 734 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr);
735 if (was_on_) {
741 if (was_on_) {

Completed in 298 milliseconds