Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Runtime.cc33 if (Runtime::Current()->IsExplicitGcDisabled()) { in Runtime_gc()
/art/runtime/
Druntime.h125 bool IsExplicitGcDisabled() const { in IsExplicitGcDisabled() function