Home
last modified time | relevance | path

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

/art/test/1947-breakpoint-redefine-deopt/
Dcheck_deopt.cc32 return Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in Java_Main_isInterpretOnly()
/art/openjdkjvmti/
Ddeopt_manager.cc188 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in FinishSetup()
263 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()
299 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
DOpenjdkJvmTi.cc93 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/runtime/
Dinstrumentation.h328 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
Dart_method.cc350 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
Dinstrumentation_test.cc764 if (instr->IsForcedInterpretOnly()) { \
Ddebugger.cc648 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly(); in RequiresDeoptimization()
687 !runtime->GetInstrumentation()->IsForcedInterpretOnly() && in GoActive()