Searched refs:defStart (Results 1 - 3 of 3) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
H A D | CodegenFactory.c | 131 LIR *defStart; local 167 defStart = (LIR *)cUnit->lastLIRInsn; 172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd); 201 LIR *defStart; local 247 defStart = (LIR *)cUnit->lastLIRInsn; 256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
|
H A D | RallocUtil.c | 103 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd); 176 p[i].defStart = NULL; 205 p[i].defStart = NULL; 494 p->defStart = NULL; 524 p->defStart = start->next; 541 p->defStart = start->next; 568 infoLo->defStart = NULL; 570 infoHi->defStart = NULL; 583 nullifyRange(cUnit, p->defStart, p->defEnd, 595 nullifyRange(cUnit, p->defStart, [all...] |
H A D | ArmLIR.h | 110 struct LIR *defStart; // Starting inst in last def sequence member in struct:RegisterInfo
|
Completed in 9 milliseconds