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()
301 bool RemoveMethod(ArtMethod* method, bool release_memory)
189 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod() function in art::jit::JitCodeCache::JniStubData783 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod() function in art::jit::JitCodeCache818 if (it != jni_stubs_map_.end() && it->second.RemoveMethod(method)) { in RemoveMethodLocked()