Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h309 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
Djit_code_cache.cc176 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData
527 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache
541 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
/art/runtime/
Dclass_linker.cc2554 code_cache->RemoveMethodsIn(self, *data.allocator); in DeleteClassLoader()