HomeSort by relevance Sort by last modified time
    Searched refs:DexCachePair (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
dex_cache.h 44 template <typename T> struct PACKED(8) DexCachePair {
65 DexCachePair(ObjPtr<T> object, uint32_t index)
68 DexCachePair() : index(0) {}
69 DexCachePair(const DexCachePair<T>&) = default;
70 DexCachePair& operator=(const DexCachePair<T>&) = default;
72 static void Initialize(std::atomic<DexCachePair<T>>* dex_cache) {
73 DexCachePair<T> first_elem;
97 // This is similar to DexCachePair except that we're storing a native pointe
    [all...]
dex_cache-inl.h 307 inline void VisitDexCachePairs(std::atomic<DexCachePair<T>>* pairs,
312 DexCachePair<T> source = pairs[i].load(std::memory_order_relaxed);
class.h 59 template <typename T> struct PACKED(8) DexCachePair;
61 using StringDexCachePair = DexCachePair<String>;
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 372 milliseconds