HomeSort by relevance Sort by last modified time
    Searched refs:hint_dex_cache_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.h 94 // 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
reference_type_propagation.cc 80 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_);
    [all...]

Completed in 191 milliseconds