Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.c53 cUnit->optRound++; in applyLoadStoreElimination()
58 if (thisLIR->age >= cUnit->optRound) { in applyLoadStoreElimination()
136 newStoreLIR->age = cUnit->optRound; in applyLoadStoreElimination()
/dalvik/vm/compiler/
DCompilerIR.h93 int optRound; // round number to tell an LIR's age member