Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dart_jvmti.h78 runtime->IsJavaDebuggableAtInit(); in IsFullJvmtiAvailable()
/art/runtime/
Dhidden_api.h137 Runtime::Current()->IsJavaDebuggableAtInit()) { in ComputeDomain()
Druntime.h800 bool IsJavaDebuggableAtInit() const { in IsJavaDebuggableAtInit() function
Dinstrumentation.cc1357 if (EntryExitStubsInstalled() || runtime->IsJavaDebuggableAtInit()) { in MaybeSwitchRuntimeDebugState()
/art/runtime/native/
Ddalvik_system_VMDebug.cc603 if (!runtime->IsJavaDebuggableAtInit()) { in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_DexFile.cc946 if (!runtime->IsJavaDebuggableAtInit()) { in DexFile_setTrusted()
/art/runtime/oat/
Doat_file_manager.cc179 if (!kEnableAppImage || runtime->IsJavaDebuggableAtInit()) { in ShouldLoadAppImage()
/art/runtime/gc/collector/
Dmark_compact.cc3199 if (UNLIKELY(runtime->IsJavaDebuggableAtInit())) { in UpdateClassTableClasses()