Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.c80 if (thisLIR->age >= cUnit->optRound) { in applyLoadStoreElimination()
152 newStoreLIR->age = cUnit->optRound; in applyLoadStoreElimination()
194 if (thisLIR->age >= cUnit->optRound || in applyLoadHoisting()
374 newLoadLIR->age = cUnit->optRound; in applyLoadHoisting()
478 newLoadLIR->age = cUnit->optRound; in applyLoadHoisting()
DArmLIR.h766 int age; // default is 0, set lazily by the optimizer member