Searched refs:method_cache_ (Results 1 – 1 of 1) sorted by relevance
57 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in PandaCache()84 …terpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index]))); in GetMethodFromCache()101 …terpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index]))); in SetMethodCache()163 method_cache_.clear(); in Clear()167 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in Clear()202 std::vector<MethodCachePair> method_cache_; variable