Home
last modified time | relevance | path

Searched defs:MethodDexCacheType (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dclass_linker.h98 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
H A Dart_method.h69 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable
/aosp12/art/runtime/mirror/
H A Ddex_cache.h127 using MethodDexCacheType = std::atomic<MethodDexCachePair>; variable