Searched refs:RemoveMethodsIn (Results 1 – 3 of 3) sorted by relevance
305 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
177 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData506 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache520 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
2350 code_cache->RemoveMethodsIn(self, *data.allocator); in DeleteClassLoader()