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

  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.cpp 31 thisLIR = NEXT_LIR(thisLIR)) {
38 nextLIR = NEXT_LIR(nextLIR);
LocalOptimizations.cpp 130 for (checkLIR = NEXT_LIR(thisLIR);
132 checkLIR = NEXT_LIR(checkLIR)) {
286 for (thisLIR = NEXT_LIR(headLIR);
288 thisLIR = NEXT_LIR(thisLIR)) {
Assemble.cpp     [all...]
ArchUtility.cpp 205 int offset_2 = NEXT_LIR(lir)->operands[0];
ArmLIR.h     [all...]
CodegenDriver.cpp 251 thisLIR = NEXT_LIR(thisLIR)) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 171 #define NEXT_LIR(lir) ((X86LIR *) lir->generic.next)

Completed in 48 milliseconds