Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h42 struct FieldCachePair { struct
58 field_cache_.resize(FIELD_CACHE_SIZE, FieldCachePair()); in PandaCache() argument
111 …reinterpret_cast<std::atomic<FieldCachePair> *>(reinterpret_cast<uintptr_t>(&(field_cache_[index])… in GetFieldFromCache()
125 …reinterpret_cast<std::atomic<FieldCachePair> *>(reinterpret_cast<uintptr_t>(&(field_cache_[index])… in SetFieldCache()
126 FieldCachePair pair; in SetFieldCache()
168 field_cache_.resize(FIELD_CACHE_SIZE, FieldCachePair()); in Clear()
203 std::vector<FieldCachePair> field_cache_;