Home
last modified time | relevance | path

Searched refs:IsExplicitGcDisabled (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/openjdkjvm/
H A DOpenjdkJvm.cc307 if (art::Runtime::Current()->IsExplicitGcDisabled()) { in JVM_GC()
/aosp12/art/runtime/
H A Druntime.h198 bool IsExplicitGcDisabled() const { in IsExplicitGcDisabled() function