Home
last modified time | relevance | path

Searched refs:method_cache_ (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h57 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in PandaCache()
84 reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index]))); in GetMethodFromCache()
85 // Atomic with acquire order reason: fixes a data race with method_cache_ in GetMethodFromCache()
101 reinterpret_cast<std::atomic<MethodCachePair> *>(reinterpret_cast<uintptr_t>(&(method_cache_[index]))); in SetMethodCache()
103 // Atomic with release order reason: fixes a data race with method_cache_ in SetMethodCache()
163 method_cache_.clear(); in Clear()
167 method_cache_.resize(METHOD_CACHE_SIZE, MethodCachePair()); in Clear()
202 std::vector<MethodCachePair> method_cache_; member in panda::panda_file::PandaCache

Completed in 1 milliseconds