Searched refs:IsForcedInterpretOnly (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dart_method.cc281 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
H A Dinstrumentation.h250 bool IsForcedInterpretOnly() const { function in class:art::instrumentation::Instrumentation
H A Dinstrumentation_test.cc593 if (instr->IsForcedInterpretOnly()) { \
H A Druntime.cc1956 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) {
H A Ddebugger.cc569 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
627 if (!runtime->GetInstrumentation()->IsForcedInterpretOnly() && !runtime->IsNativeDebuggable()) {

Completed in 115 milliseconds