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.h77 Handle<mirror::DexCache> hint_dex_cache_; variable
Dreference_type_propagation.cc48 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
108 Handle<mirror::DexCache> hint_dex_cache_; member in art::ReferenceTypePropagation::RTPVisitor
122 : HOptimization(graph, name), hint_dex_cache_(hint_dex_cache), is_first_run_(is_first_run) {} in ReferenceTypePropagation()
125 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Visit()
130 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Visit()
304 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Run()
501 hs.NewHandle(FindDexCacheWithHint(self, dex_file, hint_dex_cache_))); in SetClassAsTypeInfo()
538 hs.NewHandle(FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_)); in UpdateReferenceTypeInfo()