Searched refs:defStart (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/ |
D | CodegenFactory.cpp | 139 LIR *defStart; in storeValue() local 175 defStart = (LIR *)cUnit->lastLIRInsn; in storeValue() 180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd); in storeValue() 210 LIR *defStart; in storeValueWide() local 256 defStart = (LIR *)cUnit->lastLIRInsn; in storeValueWide() 265 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd); in storeValueWide()
|
D | RallocUtil.cpp | 78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd); in dumpRegPool() 151 p[i].defStart = NULL; in clobberRegBody() 180 p[i].defStart = NULL; in clobberSRegBody() 440 p->defStart = NULL; in dvmCompilerResetDef() 470 p->defStart = start->next; in dvmCompilerMarkDef() 487 p->defStart = start->next; in dvmCompilerMarkDefWide() 514 infoLo->defStart = NULL; in dvmCompilerWideToNarrow() 516 infoHi->defStart = NULL; in dvmCompilerWideToNarrow() 529 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLoc() 541 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLocWide()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenFactory.cpp | 131 LIR *defStart; in storeValue() local 167 defStart = (LIR *)cUnit->lastLIRInsn; in storeValue() 172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd); in storeValue() 201 LIR *defStart; in storeValueWide() local 247 defStart = (LIR *)cUnit->lastLIRInsn; in storeValueWide() 256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd); in storeValueWide()
|
D | RallocUtil.cpp | 80 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd); in dumpRegPool() 153 p[i].defStart = NULL; in clobberRegBody() 182 p[i].defStart = NULL; in clobberSRegBody() 506 p->defStart = NULL; in dvmCompilerResetDef() 536 p->defStart = start->next; in dvmCompilerMarkDef() 553 p->defStart = start->next; in dvmCompilerMarkDefWide() 580 infoLo->defStart = NULL; in dvmCompilerWideToNarrow() 582 infoHi->defStart = NULL; in dvmCompilerWideToNarrow() 601 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLoc() 613 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLocWide()
|
D | MipsLIR.h | 139 struct LIR *defStart; // Starting inst in last def sequence member
|
/dalvik/vm/compiler/codegen/arm/ |
D | ArmLIR.h | 110 struct LIR *defStart; // Starting inst in last def sequence member
|