Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h823 bool GetPrunedDalvikCache() const { in GetPrunedDalvikCache() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc684 return Runtime::Current()->GetPrunedDalvikCache() ? JNI_TRUE : JNI_FALSE; in VMRuntime_didPruneDalvikCache()