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.h35 Handle<mirror::DexCache> hint_dex_cache,
Dreference_type_propagation.cc34 Thread* self, const DexFile& dex_file, Handle<mirror::DexCache> hint_dex_cache) in FindDexCacheWithHint() argument
36 if (LIKELY(hint_dex_cache->GetDexFile() == &dex_file)) { in FindDexCacheWithHint()
37 return hint_dex_cache.Get(); in FindDexCacheWithHint()
47 Handle<mirror::DexCache> hint_dex_cache, in RTPVisitor() argument
51 hint_dex_cache_(hint_dex_cache), in RTPVisitor()
119 Handle<mirror::DexCache> hint_dex_cache, in ReferenceTypePropagation() argument
124 hint_dex_cache_(hint_dex_cache), in ReferenceTypePropagation()