Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/
DCodegenFactory.cpp140 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()
DRallocUtil.cpp78 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/
DX86LIR.h72 struct LIR *defEnd; // Ending inst in last def sequence member
/dalvik/vm/compiler/codegen/arm/
DArmLIR.h111 struct LIR *defEnd; // Ending inst in last def sequence member