HomeSort by relevance Sort by last modified time
    Searched refs:PREV_LIR (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 96 for (thisLIR = PREV_LIR(tailLIR);
98 thisLIR = PREV_LIR(thisLIR)) {
317 for (checkLIR = PREV_LIR(thisLIR);
319 checkLIR = PREV_LIR(checkLIR)) {
ArmLIR.h     [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 172 #define PREV_LIR(lir) ((X86LIR *) lir->generic.prev)

Completed in 36 milliseconds