Searched refs:defEnd (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/ |
D | CodegenFactory.cpp | 140 LIR *defEnd; in storeValue() local 179 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValue() 180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd); in storeValue() 211 LIR *defEnd; in storeValueWide() local 264 defEnd = (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() 152 p[i].defEnd = NULL; in clobberRegBody() 181 p[i].defEnd = NULL; in clobberSRegBody() 441 p->defEnd = NULL; in dvmCompilerResetDef() 471 p->defEnd = finish; in dvmCompilerMarkDef() 488 p->defEnd = finish; in dvmCompilerMarkDefWide() 515 infoLo->defEnd = NULL; in dvmCompilerWideToNarrow() 517 infoHi->defEnd = 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/x86/ |
D | X86LIR.h | 72 struct LIR *defEnd; // Ending inst in last def sequence member
|
/dalvik/vm/compiler/codegen/arm/ |
D | ArmLIR.h | 111 struct LIR *defEnd; // Ending inst in last def sequence member
|