Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc622 for (size_t in_cache = 0, in_array = 0; in CopyInlineCacheInto() local
623 in_cache < InlineCache::kIndividualCacheSize; in CopyInlineCacheInto()
624 ++in_cache) { in CopyInlineCacheInto()
625 mirror::Class* object = ic.classes_[in_cache].Read(); in CopyInlineCacheInto()
810 bool in_cache = RemoveMethodLocked(method, release_memory); in RemoveMethod() local
812 if (!in_cache) { in RemoveMethod()
836 bool in_cache = false; in RemoveMethodLocked() local
841 in_cache = true; in RemoveMethodLocked()
854 in_cache = true; in RemoveMethodLocked()
871 return in_cache; in RemoveMethodLocked()