Home
last modified time | relevance | path

Searched refs:interpret_only_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.h218 interpret_only_ = true; in ForceInterpretOnly()
224 return interpret_only_; in InterpretOnly()
428 bool interpret_only_; variable
Dinstrumentation.cc62 interpret_only_(false), forced_interpret_only_(false), in Instrumentation()
558 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) || in ConfigureStubs()