Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h201 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
Djit_code_cache.cc165 void RemoveMethodsIn(const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData
834 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache
849 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
/art/runtime/
Dclass_linker.cc2503 code_cache->RemoveMethodsIn(self, *data.allocator); in DeleteClassLoader()