Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.cpp112 u8 thisMemMask = (thisLIR->useMask | thisLIR->defMask) & ENCODE_MEM; in applyLoadStoreElimination() local
118 if (!(thisMemMask & (ENCODE_LITERAL | ENCODE_DALVIK_REG))) continue; in applyLoadStoreElimination()
142 u8 aliasCondition = thisMemMask & checkMemMask; in applyLoadStoreElimination()