Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h347 forced_interpret_only_ = true; in ForceInterpretOnly()
361 return forced_interpret_only_ || InterpreterStubsInstalled(); in InterpretOnly()
366 return forced_interpret_only_; in IsForcedInterpretOnly()
697 bool forced_interpret_only_; variable
Dinstrumentation.cc113 forced_interpret_only_(false), in Instrumentation()