Searched refs:this_mem_mask (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc110 uint64_t this_mem_mask = (this_lir->use_mask | this_lir->def_mask) & ENCODE_MEM; local
116 if (!(this_mem_mask & (ENCODE_LITERAL | ENCODE_DALVIK_REG))) {
144 uint64_t alias_condition = this_mem_mask & check_mem_mask;

Completed in 13 milliseconds