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.h80 const bool is_first_run_; variable
Dreference_type_propagation.cc51 is_first_run_(is_first_run) { in RTPVisitor()
113 const bool is_first_run_; member in art::ReferenceTypePropagation::RTPVisitor
122 : HOptimization(graph, name), hint_dex_cache_(hint_dex_cache), is_first_run_(is_first_run) {} in ReferenceTypePropagation()
125 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Visit()
130 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Visit()
304 RTPVisitor visitor(graph_, hint_dex_cache_, is_first_run_); in Run()
712 DCHECK(is_first_run_); in VisitCheckCast()