Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.h517 LinearAllocKind::kDexCacheArray,
539 LinearAllocKind::kDexCacheArray,
550 LinearAllocKind::kDexCacheArray,
/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/
Dlinear_alloc.operator_out.cc13 case LinearAllocKind::kDexCacheArray: os << "DexCacheArray"; break; in operator <<()
/aosp_15_r20/art/runtime/
H A Dlinear_alloc.h34 kDexCacheArray, enumerator
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc2728 case LinearAllocKind::kDexCacheArray: in VisitObject()