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.cc30 Thread* self, const DexFile& dex_file, Handle<mirror::DexCache> hint_dex_cache) in FindDexCacheWithHint() argument
32 if (LIKELY(hint_dex_cache->GetDexFile() == &dex_file)) { in FindDexCacheWithHint()
33 return hint_dex_cache.Get(); in FindDexCacheWithHint()
71 Handle<mirror::DexCache> hint_dex_cache, in RTPVisitor() argument
77 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
117 Handle<mirror::DexCache> hint_dex_cache, in ReferenceTypePropagation() argument
123 hint_dex_cache_(hint_dex_cache), in ReferenceTypePropagation()
Dreference_type_propagation.h37 Handle<mirror::DexCache> hint_dex_cache,