Home
last modified time | relevance | path

Searched refs:is_first_run (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.h36 bool is_first_run,
Dreference_type_propagation.cc46 RTPVisitor(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, bool is_first_run) in RTPVisitor() argument
51 is_first_run_(is_first_run) { in RTPVisitor()
120 bool is_first_run, in ReferenceTypePropagation() argument
122 : HOptimization(graph, name), hint_dex_cache_(hint_dex_cache), is_first_run_(is_first_run) {} in ReferenceTypePropagation()