Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h57 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