Searched refs:last (Results 1 – 17 of 17) sorted by relevance
435 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen); in dvmJdwpLastDebuggerActivity() local438 if (last == 0) { in dvmJdwpLastDebuggerActivity()445 assert(now >= last); in dvmJdwpLastDebuggerActivity()447 ALOGV("+++ debugger interval=%lld", now - last); in dvmJdwpLastDebuggerActivity()448 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()
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()
115 DalvInsn last = get(sz - 1); in codeSize() local116 return last.getNextAddress(); in codeSize()
114 DalvInsn last = get(sz - 1); in codeSize() local115 return last.getNextAddress(); in codeSize()
453 Annotation last = annotations.get(asz - 1); in finishAnnotating() local454 if (last.getStart() > cursor) { in finishAnnotating()457 } else if (last.getEnd() > cursor) { in finishAnnotating()458 last.setEnd(cursor); in finishAnnotating()
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,
789 for (idx=0; !odesc[idx].last; idx++) { in lookup()803 for (idx=0; !odesc[idx].last; idx++) { in lookup()825 assert(!odesc->last); in lookup()
373 for (unsigned i=0; !opcodes[i].last; i++) { in try_mn()
252 char last; member
1803 odesc.last = 1; in buildMnemonicDesc()1806 odesc.last = 0; in buildMnemonicDesc()