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

  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c 31 thisLIR = NEXT_LIR(thisLIR)) {
38 nextLIR = NEXT_LIR(nextLIR);
LocalOptimizations.c 78 thisLIR = NEXT_LIR(thisLIR)) {
95 for (checkLIR = NEXT_LIR(thisLIR);
97 checkLIR = NEXT_LIR(checkLIR)) {
131 bool stopHere = (NEXT_LIR(checkLIR) == tailLIR);
192 thisLIR = NEXT_LIR(thisLIR)) {
ArchUtility.c 198 int offset_2 = NEXT_LIR(lir)->operands[0];
ArmLIR.h     [all...]
Assemble.c     [all...]
CodegenDriver.c 224 thisLIR = NEXT_LIR(thisLIR)) {
    [all...]

Completed in 116 milliseconds