Home
last modified time | relevance | path

Searched refs:hint_dex_cache_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc52 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
114 Handle<mirror::DexCache> hint_dex_cache_; member in art::ReferenceTypePropagation::RTPVisitor
131 hint_dex_cache_(hint_dex_cache), in ReferenceTypePropagation()
171 hint_dex_cache_, in Visit()
179 hint_dex_cache_, in Visit()
351 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, is_first_run_); in Run()
548 hs.NewHandle(FindDexCacheWithHint(self, dex_file, hint_dex_cache_))); in SetClassAsTypeInfo()
583 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_); in UpdateReferenceTypeInfo()
H A Dreference_type_propagation.h81 Handle<mirror::DexCache> hint_dex_cache_; variable