Home
last modified time | relevance | path

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

/art/openjdkjvm/
DOpenjdkJvm.cc306 if (art::Runtime::Current()->IsExplicitGcDisabled()) { in JVM_GC()
/art/runtime/
Druntime.h195 bool IsExplicitGcDisabled() const { in IsExplicitGcDisabled() function