Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h212 bool InterpretOnly() const { in InterpretOnly() function
Druntime.cc1427 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
Dclass_linker.cc1674 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in InitFromImage()
2543 return Runtime::Current()->GetInstrumentation()->InterpretOnly() && in NeedsInterpreter()