Home
last modified time | relevance | path

Searched refs:interpreter_only_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dparsed_options.h55 bool interpreter_only_; variable
Dparsed_options.cc236 interpreter_only_ = true; in Parse()
238 interpreter_only_ = false; in Parse()
450 interpreter_only_ = true; in Parse()
Druntime.cc718 if (options->interpreter_only_) { in Init()