Searched refs:RemoveMethodsIn (Results 1 – 3 of 3) sorted by relevance
201 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
165 void RemoveMethodsIn(const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData834 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache849 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
2503 code_cache->RemoveMethodsIn(self, *data.allocator); in DeleteClassLoader()