Home
last modified time | relevance | path

Searched refs:defEnd (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
DCodegenFactory.c132 LIR *defEnd; in storeValue() local
171 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValue()
172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd); in storeValue()
202 LIR *defEnd; in storeValueWide() local
255 defEnd = (LIR *)cUnit->lastLIRInsn; in storeValueWide()
256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd); in storeValueWide()
DRallocUtil.c103 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd); in dumpRegPool()
177 p[i].defEnd = NULL; in clobberRegBody()
206 p[i].defEnd = NULL; in clobberSRegBody()
495 p->defEnd = NULL; in dvmCompilerResetDef()
525 p->defEnd = finish; in dvmCompilerMarkDef()
542 p->defEnd = finish; in dvmCompilerMarkDefWide()
569 infoLo->defEnd = NULL; in dvmCompilerWideToNarrow()
571 infoHi->defEnd = NULL; in dvmCompilerWideToNarrow()
583 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLoc()
595 nullifyRange(cUnit, p->defStart, p->defEnd, in dvmCompilerResetDefLocWide()
DArmLIR.h111 struct LIR *defEnd; // Ending inst in last def sequence member