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.h108 Handle<mirror::DexCache> hint_dex_cache_; variable
Dreference_type_propagation.cc89 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
144 Handle<mirror::DexCache> hint_dex_cache_; member in art::ReferenceTypePropagation::RTPVisitor
161 hint_dex_cache_(hint_dex_cache), in ReferenceTypePropagation()
202 hint_dex_cache_, in Visit()
363 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, &handle_cache_, is_first_run_); in Run()
560 hs.NewHandle(FindDexCacheWithHint(self, dex_file, hint_dex_cache_))); in SetClassAsTypeInfo()
595 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_); in UpdateReferenceTypeInfo()