Home
last modified time | relevance | path

Searched refs:seqNum (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DRalloc.c28 int computeLiveRange(LiveRange *list, BasicBlock *bb, int seqNum) in computeLiveRange() argument
35 return seqNum; in computeLiveRange()
39 mir->seqNum = seqNum; in computeLiveRange()
43 list[reg].first = MIN(list[reg].first, seqNum); in computeLiveRange()
48 list[reg].last = MAX(list[reg].last, seqNum + 1); in computeLiveRange()
51 seqNum += 2; in computeLiveRange()
54 return seqNum; in computeLiveRange()
124 int seqNum = 0; in dvmCompilerRegAlloc() local
156 seqNum = computeLiveRange(ranges, cUnit->blockList[i], seqNum); in dvmCompilerRegAlloc()
DCompilerIR.h125 int seqNum; member