Searched refs:RemoveMethodsIn (Results 1 – 3 of 3) sorted by relevance
313 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
166 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData529 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache543 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
2703 code_cache->RemoveMethodsIn(self, *data.allocator); in PrepareToDeleteClassLoader()