HomeSort by relevance Sort by last modified time
    Searched defs:DexCachePair (Results 1 - 2 of 2) 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...]
class.h 59 template <typename T> struct PACKED(8) DexCachePair;
61 using StringDexCachePair = DexCachePair<String>;
    [all...]

Completed in 54 milliseconds