Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h304 void RemoveMethodsIn(Thread* self, const LinearAlloc& alloc)
Djit_code_cache.cc176 void RemoveMethodsIn(const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache::JniStubData
508 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn() function in art::jit::JitCodeCache
522 it->second.RemoveMethodsIn(alloc); in RemoveMethodsIn()