Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.cc70 pair.object, DexCacheSourceInfo(kSourceDexCacheResolvedField, pair.index, this)); in VisitReflectiveTargets()
113 old_val, DexCacheSourceInfo(kSourceDexCacheResolvedField, i, this)); in VisitReflectiveTargets()
/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/
Dreflective_value_visitor.operator_out.cc18 case kSourceDexCacheResolvedField: os << "SourceDexCacheResolvedField"; break; in operator <<()
/aosp_15_r20/art/runtime/
H A Dreflective_value_visitor.h98 kSourceDexCacheResolvedField, enumerator
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc2824 if (LIKELY(info.GetType() != art::ReflectionSourceType::kSourceDexCacheResolvedField && in UpdateClassStructurally()