Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h76 Handle<mirror::DexCache> hint_dex_cache_; variable
Dreference_type_propagation.cc51 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
109 Handle<mirror::DexCache> hint_dex_cache_; member in art::ReferenceTypePropagation::RTPVisitor
124 hint_dex_cache_(hint_dex_cache), in ReferenceTypePropagation()
164 hint_dex_cache_, in Visit()
324 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, is_first_run_); in Run()
521 hs.NewHandle(FindDexCacheWithHint(self, dex_file, hint_dex_cache_))); in SetClassAsTypeInfo()
556 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_); in UpdateReferenceTypeInfo()