Searched refs:last (Results 1 – 12 of 12) sorted by relevance
401 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen); in dvmJdwpLastDebuggerActivity() local404 if (last == 0) { in dvmJdwpLastDebuggerActivity()411 assert(now > last); in dvmJdwpLastDebuggerActivity()413 LOGV("+++ debugger interval=%lld\n", now - last); in dvmJdwpLastDebuggerActivity()414 return now - last; in dvmJdwpLastDebuggerActivity()
228 SsaBasicBlock last = wParentBucket.remove(lastItem); in run() local229 SsaBasicBlock U = eval(last); in run()231 < info[last.getIndex()].semidom) { in run()232 domInfos[last.getIndex()].idom = U.getIndex(); in run()234 domInfos[last.getIndex()].idom = wInfo.parent.getIndex(); in run()
25 int last; member48 list[reg].last = MAX(list[reg].last, seqNum + 1); in computeLiveRange()
10 CORRECT big sparse / last
7 Now is the time[last] = "e"
36 const void* last = NULL; in verifySorted() local41 if (cur < last) in verifySorted()43 last = cur; in verifySorted()
110 Entry last = get(size - 1); in catchesAll() local111 return last.getExceptionType().equals(CstType.OBJECT); in catchesAll()
114 DalvInsn last = get(sz - 1); in codeSize() local115 return last.getNextAddress(); in codeSize()
460 Annotation last = annotations.get(asz - 1); in finishAnnotating() local461 if (last.getStart() > cursor) { in finishAnnotating()464 } else if (last.getEnd() > cursor) { in finishAnnotating()465 last.setEnd(cursor); in finishAnnotating()
26 ; dead code after the last reachable instruction in a method32 ; dead code after the last reachable instruction in a method39 ; dead code after the last reachable instruction in a method
119 @ to the stack. We need to push the last item in argv first, and we137 @ Load the last two args. These are coming out of the interpreted stack,
328 @ last arg, which means reading and writing to ascending addresses.