Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dart_jvmti.h78 runtime->IsJavaDebuggableAtInit(); in IsFullJvmtiAvailable()
/art/runtime/
Dhidden_api.h125 Runtime::Current()->IsJavaDebuggableAtInit()) { in ComputeDomain()
Doat_file_manager.cc174 return kEnableAppImage && (!runtime->IsJavaDebuggableAtInit() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
Druntime.h839 bool IsJavaDebuggableAtInit() const { in IsJavaDebuggableAtInit() function
Dinstrumentation.cc1249 if (EntryExitStubsInstalled() || runtime->IsJavaDebuggableAtInit()) { in MaybeSwitchRuntimeDebugState()
/art/runtime/native/
Ddalvik_system_VMDebug.cc490 if (!runtime->IsJavaDebuggableAtInit()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_DexFile.cc979 if (!runtime->IsJavaDebuggableAtInit()) { in DexFile_setTrusted()