Home
last modified time | relevance | path

Searched refs:IsForcedInterpretOnly (Results 1 – 8 of 8) 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.cc255 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()
291 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
Dart_jvmti.h77 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || in IsFullJvmtiAvailable()
/art/runtime/
Dinstrumentation.h365 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
Dart_method.cc411 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
Dinstrumentation_test.cc756 if (instr->IsForcedInterpretOnly()) { \
Dinstrumentation.cc365 if (UNLIKELY(EntryExitStubsInstalled() || IsForcedInterpretOnly() || IsDeoptimized(method))) { in InitializeMethodsCode()
Druntime.cc2978 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJit()