Searched refs:methodCache_ (Results 1 – 1 of 1) sorted by relevance
57 methodCache_.resize(methodCacheSize_, MethodCachePair()); in PandaCache()87 …nterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(methodCache_[index]))); in GetMethodFromCache()108 …nterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(methodCache_[index]))); in SetMethodCache()187 methodCache_.clear(); in Clear()191 methodCache_.resize(methodCacheSize_, MethodCachePair()); in Clear()226 std::vector<MethodCachePair> methodCache_; variable