HomeSort by relevance Sort by last modified time
    Searched refs:NEXT_LIR (Results 1 - 12 of 12) 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/mips/
GlobalOptimizations.cpp 31 thisLIR = NEXT_LIR(thisLIR)) {
38 nextLIR = NEXT_LIR(nextLIR);
72 thisLIR = NEXT_LIR(thisLIR)) {
84 for (nextLIR = (MipsLIR *) NEXT_LIR(thisLIR);
86 nextLIR = NEXT_LIR(nextLIR)) {
194 thisLIR = NEXT_LIR(thisLIR)) {
313 targetLIR = NEXT_LIR(targetLIR)) {
322 branchLIR->generic.target = (LIR *) NEXT_LIR(targetLIR);
331 targetLIR = NEXT_LIR(targetLIR)) {
337 for (nextLIR = NEXT_LIR(branchLIR)
    [all...]
LocalOptimizations.cpp 130 for (checkLIR = NEXT_LIR(thisLIR);
132 checkLIR = NEXT_LIR(checkLIR)) {
286 for (thisLIR = NEXT_LIR(headLIR);
288 thisLIR = NEXT_LIR(thisLIR)) {
ArchUtility.cpp 128 int offset_2 = NEXT_LIR(lir)->operands[0];
Assemble.cpp 421 dataLIR = NEXT_LIR(dataLIR);
426 dataLIR = NEXT_LIR(dataLIR);
442 for (lir = (MipsLIR *) cUnit->firstLIRInsn; lir; lir = NEXT_LIR(lir)) {
    [all...]
MipsLIR.h 628 #define NEXT_LIR(lir) ((MipsLIR *) lir->generic.next)
CodegenDriver.cpp 317 thisLIR = NEXT_LIR(thisLIR)) {
    [all...]

Completed in 1068 milliseconds