Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc929 for (size_t in_cache = 0, in_array = 0; in CopyInlineCacheInto() local
930 in_cache < InlineCache::kIndividualCacheSize; in CopyInlineCacheInto()
931 ++in_cache) { in CopyInlineCacheInto()
932 mirror::Class* object = ic.classes_[in_cache].Read(); in CopyInlineCacheInto()
1202 bool in_cache = RemoveMethodLocked(method, release_memory); in RemoveMethod() local
1204 if (!in_cache) { in RemoveMethod()
1228 bool in_cache = false; in RemoveMethodLocked() local
1233 in_cache = true; in RemoveMethodLocked()
1246 in_cache = true; in RemoveMethodLocked()
1262 return in_cache; in RemoveMethodLocked()