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

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc120 uint64_t stop_def_reg_mask = this_lir->def_mask & ~ENCODE_MEM; local
235 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask, check_lir);
317 uint64_t stop_def_reg_mask = this_lir->def_mask & ~ENCODE_MEM; local
358 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask,

Completed in 11 milliseconds