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

/art/compiler/optimizing/
H A Dreference_type_propagation.h94 // Note: hint_dex_cache_ is usually, but not necessarily, the dex cache associated with
97 Handle<mirror::DexCache> hint_dex_cache_; member in class:art::ReferenceTypePropagation
H A Dreference_type_propagation.cc80 hint_dex_cache_(hint_dex_cache),
110 Handle<mirror::DexCache> hint_dex_cache_; member in class:art::ReferenceTypePropagation::RTPVisitor
122 hint_dex_cache_(hint_dex_cache),
157 RTPVisitor visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
176 RTPVisitor visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
446 hs.NewHandle(FindDexCacheWithHint(self, invoke->GetDexFile(), hint_dex_cache_)));
479 mirror::DexCache* dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_);
509 hint_dex_cache_);
567 hint_dex_cache_);
784 FindDexCacheWithHint(soa.Self(), instr->GetDexFile(), hint_dex_cache_);
[all...]

Completed in 43 milliseconds