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.cc188 !runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in FinishSetup()
263 if (instrumentation->IsForcedInterpretOnly()) { in AddMethodBreakpoint()
299 if (UNLIKELY(instrumentation->IsForcedInterpretOnly())) { in RemoveMethodBreakpoint()
Dti_extension.cc402 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionFunctions()
655 (runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable())) { in GetExtensionEvents()
DOpenjdkJvmTi.cc95 return runtime->GetInstrumentation()->IsForcedInterpretOnly() || runtime->IsJavaDebuggable(); in IsFullJvmtiAvailable()
/art/runtime/
Dinstrumentation.h338 bool IsForcedInterpretOnly() const { in IsForcedInterpretOnly() function
Dart_method.cc358 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) { in Invoke()
Dinstrumentation_test.cc768 if (instr->IsForcedInterpretOnly()) { \
Druntime.cc2645 if (kIsDebugBuild && GetInstrumentation()->IsForcedInterpretOnly()) { in CreateJitCodeCache()
2874 if (!GetInstrumentation()->IsForcedInterpretOnly()) { in DeoptimizeBootImage()