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 111 // Note: hint_dex_cache_ is usually, but not necessarily, the dex cache associated with
114 Handle<mirror::DexCache> hint_dex_cache_; member in class:art::ReferenceTypePropagation
reference_type_propagation.cc 77 hint_dex_cache_(hint_dex_cache),
109 Handle<mirror::DexCache> hint_dex_cache_; member in class:art::ReferenceTypePropagation::RTPVisitor
123 hint_dex_cache_(hint_dex_cache),
159 hint_dex_cache_,
338 hint_dex_cache_,
524 hs.NewHandle(FindDexCacheWithHint(self, dex_file, hint_dex_cache_)));
561 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_);
    [all...]

Completed in 50 milliseconds