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

  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 139 LIR *defStart;
175 defStart = (LIR *)cUnit->lastLIRInsn;
180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
210 LIR *defStart;
256 defStart = (LIR *)cUnit->lastLIRInsn;
265 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
RallocUtil.cpp 78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
151 p[i].defStart = NULL;
180 p[i].defStart = NULL;
440 p->defStart = NULL;
470 p->defStart = start->next;
487 p->defStart = start->next;
514 infoLo->defStart = NULL;
516 infoHi->defStart = NULL;
529 nullifyRange(cUnit, p->defStart, p->defEnd,
541 nullifyRange(cUnit, p->defStart, p->defEnd
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 71 struct LIR *defStart; // Starting inst in last def sequence
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 110 struct LIR *defStart; // Starting inst in last def sequence
    [all...]

Completed in 154 milliseconds