Searched refs:forced_interpret_only_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.h243 forced_interpret_only_ = true;
252 return forced_interpret_only_;
523 bool forced_interpret_only_; member in class:art::instrumentation::Instrumentation
H A Dinstrumentation.cc73 forced_interpret_only_(false),
131 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
143 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
592 forced_interpret_only_;

Completed in 33 milliseconds