Searched refs:hint_dex_cache (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.h | 35 Handle<mirror::DexCache> hint_dex_cache,
|
D | reference_type_propagation.cc | 35 Thread* self, const DexFile& dex_file, Handle<mirror::DexCache> hint_dex_cache) in FindDexCacheWithHint() argument 37 if (LIKELY(hint_dex_cache->GetDexFile() == &dex_file)) { in FindDexCacheWithHint() 38 return hint_dex_cache.Get(); in FindDexCacheWithHint() 46 RTPVisitor(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, bool is_first_run) in RTPVisitor() argument 48 hint_dex_cache_(hint_dex_cache), in RTPVisitor() 119 Handle<mirror::DexCache> hint_dex_cache, in ReferenceTypePropagation() argument 122 : HOptimization(graph, name), hint_dex_cache_(hint_dex_cache), is_first_run_(is_first_run) {} in ReferenceTypePropagation()
|