Home
last modified time | relevance | path

Searched defs:NeedsDexCache (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h1527 virtual bool NeedsDexCache() const { return false; } in NeedsDexCache() function
2486 bool NeedsDexCache() const OVERRIDE { return !IsRecursive(); } in NeedsDexCache() function
3480 bool NeedsDexCache() const OVERRIDE { return !is_referrers_class_; } in NeedsDexCache() function
3517 bool NeedsDexCache() const OVERRIDE { return true; } in NeedsDexCache() function