Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h58 field_cache_.resize(FIELD_CACHE_SIZE, FieldCachePair()); in PandaCache()
111 reinterpret_cast<std::atomic<FieldCachePair> *>(reinterpret_cast<uintptr_t>(&(field_cache_[index]))); in GetFieldFromCache()
112 // Atomic with acquire order reason: fixes a data race with field_cache_ in GetFieldFromCache()
125 reinterpret_cast<std::atomic<FieldCachePair> *>(reinterpret_cast<uintptr_t>(&(field_cache_[index]))); in SetFieldCache()
130 // Atomic with release order reason: fixes a data race with field_cache_ in SetFieldCache()
164 field_cache_.clear(); in Clear()
168 field_cache_.resize(FIELD_CACHE_SIZE, FieldCachePair()); in Clear()
203 std::vector<FieldCachePair> field_cache_; member in panda::panda_file::PandaCache

Completed in 1 milliseconds