Home
last modified time | relevance | path

Searched refs:defStart (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/codegen/
DCodegenFactory.cpp139 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()
DRallocUtil.cpp78 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/
DCodegenFactory.cpp131 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()
DRallocUtil.cpp80 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()
DMipsLIR.h139 struct LIR *defStart; // Starting inst in last def sequence member
/dalvik/vm/compiler/codegen/arm/
DArmLIR.h110 struct LIR *defStart; // Starting inst in last def sequence member