Searched refs:in_cache (Results 1 – 1 of 1) sorted by relevance
929 for (size_t in_cache = 0, in_array = 0; in CopyInlineCacheInto() local930 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() local1204 if (!in_cache) { in RemoveMethod()1228 bool in_cache = false; in RemoveMethodLocked() local1233 in_cache = true; in RemoveMethodLocked()1246 in_cache = true; in RemoveMethodLocked()1262 return in_cache; in RemoveMethodLocked()