Home
last modified time | relevance | path

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

/art/compiler/dex/
Dgvn_dead_code_elimination.cc229 bool check_high = true; in UpdateInitialVRegValue() local
234 check_high = false; // High word has been processed. in UpdateInitialVRegValue()
243 if (check_high && vreg_data_[v_reg + 1].value == kNoValue) { in UpdateInitialVRegValue()