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

/art/runtime/
H A Dinstrumentation.h251 bool IsForcedInterpretOnly() const { function in class:art::instrumentation::Instrumentation
H A Dart_method.cc342 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
H A Dinstrumentation_test.cc594 if (instr->IsForcedInterpretOnly()) { \
H A Druntime.cc2180 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) {
2371 if (!GetInstrumentation()->IsForcedInterpretOnly()) {
H A Ddebugger.cc588 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
626 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&

Completed in 78 milliseconds