Searched refs:is_first_run (Results 1 – 2 of 2) sorted by relevance
36 bool is_first_run,
46 RTPVisitor(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, bool is_first_run) in RTPVisitor() argument51 is_first_run_(is_first_run) { in RTPVisitor()120 bool is_first_run, in ReferenceTypePropagation() argument122 : HOptimization(graph, name), hint_dex_cache_(hint_dex_cache), is_first_run_(is_first_run) {} in ReferenceTypePropagation()