Home
last modified time | relevance | path

Searched refs:IsForcedInterpretOnly (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dinstrumentation.h216 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
Dinstrumentation.cc103 Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly() in UpdateEntrypoints()
Ddebugger.cc739 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in RequiresDeoptimization()
/art/runtime/interpreter/
Dinterpreter_common.cc648 if (kIsDebugBuild && Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly() && in DoCall()