Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h305 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
H A Djit_code_cache.cc177 void RemoveMethodsIn(const LinearAlloc& alloc) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData
506 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache
520 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()
/aosp12/art/runtime/
H A Dclass_linker.cc2350 code_cache->RemoveMethodsIn(self, *data.allocator); in DeleteClassLoader()