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

  /art/runtime/
instrumentation.h 276 forced_interpret_only_ = true;
285 return forced_interpret_only_;
573 bool forced_interpret_only_; member in class:art::instrumentation::Instrumentation
instrumentation.cc 100 forced_interpret_only_(false),
158 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
170 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
619 forced_interpret_only_;
    [all...]

Completed in 172 milliseconds