Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h37 struct MethodCachePair { struct
57 methodCache_.resize(methodCacheSize_, MethodCachePair()); in PandaCache() argument
87 …reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(methodCache_[index]… in GetMethodFromCache()
103 MethodCachePair pair; in SetMethodCache()
108 …reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(methodCache_[index]… in SetMethodCache()
191 methodCache_.resize(methodCacheSize_, MethodCachePair()); in Clear()
226 std::vector<MethodCachePair> methodCache_;
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h37 struct MethodCachePair { struct
57 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in PandaCache() argument
84 …reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index… in GetMethodFromCache()
96 MethodCachePair pair; in SetMethodCache()
101 …reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index… in SetMethodCache()
167 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in Clear()
202 std::vector<MethodCachePair> method_cache_;