HomeSort by relevance Sort by last modified time
    Searched full:defstart (Results 1 - 7 of 7) 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/mips/
CodegenFactory.cpp 131 LIR *defStart;
167 defStart = (LIR *)cUnit->lastLIRInsn;
172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
201 LIR *defStart;
247 defStart = (LIR *)cUnit->lastLIRInsn;
256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
RallocUtil.cpp 80 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
153 p[i].defStart = NULL;
182 p[i].defStart = NULL;
506 p->defStart = NULL;
536 p->defStart = start->next;
553 p->defStart = start->next;
580 infoLo->defStart = NULL;
582 infoHi->defStart = NULL;
601 nullifyRange(cUnit, p->defStart, p->defEnd,
613 nullifyRange(cUnit, p->defStart, p->defEnd
    [all...]
MipsLIR.h 139 struct LIR *defStart; // Starting inst in last def sequence
  /ndk/sources/host-tools/make-3.81/
read.c 1322 struct floc defstart; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 110 struct LIR *defStart; // Starting inst in last def sequence
    [all...]

Completed in 360 milliseconds