Searched defs:is_first_run_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.h108 const bool is_first_run_; member in class:art::ReferenceTypePropagation
H A Dreference_type_propagation.cc83 is_first_run_(is_first_run) {
137 const bool is_first_run_; member in class:art::ReferenceTypePropagation::RTPVisitor
150 is_first_run_(is_first_run) {
185 is_first_run_);
345 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, &handle_cache_, is_first_run_);
733 DCHECK(is_first_run_);

Completed in 51 milliseconds