Searched refs:RemoveMethod (Results 1 – 3 of 3) sorted by relevance
52 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(releaseMemory)); in Java_JitCacheChurnTest_removeJitCompiledMethod()
196 bool RemoveMethod(ArtMethod* method, bool release_memory)
173 bool RemoveMethod(ArtMethod* method) { in RemoveMethod() function in art::jit::JitCodeCache::JniStubData1195 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod() function in art::jit::JitCodeCache1232 if (it != jni_stubs_map_.end() && it->second.RemoveMethod(method)) { in RemoveMethodLocked()