Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Dart_jvmti.h78 runtime->IsJavaDebuggableAtInit(); in IsFullJvmtiAvailable()
/aosp_15_r20/art/runtime/
H A Dhidden_api.h126 Runtime::Current()->IsJavaDebuggableAtInit()) { in ComputeDomain()
H A Druntime.h797 bool IsJavaDebuggableAtInit() const { in IsJavaDebuggableAtInit() function
H A Dinstrumentation.cc1388 if (EntryExitStubsInstalled() || runtime->IsJavaDebuggableAtInit()) { in MaybeSwitchRuntimeDebugState()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMDebug.cc597 if (!runtime->IsJavaDebuggableAtInit()) { in VMDebug_allowHiddenApiReflectionFrom()
H A Ddalvik_system_DexFile.cc979 if (!runtime->IsJavaDebuggableAtInit()) { in DexFile_setTrusted()
/aosp_15_r20/art/runtime/oat/
H A Doat_file_manager.cc179 if (!kEnableAppImage || runtime->IsJavaDebuggableAtInit()) { in ShouldLoadAppImage()
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc2751 if (UNLIKELY(runtime->IsJavaDebuggableAtInit())) { in UpdateClassTableClasses()