Home
last modified time | relevance | path

Searched refs:last (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/jdwp/
DJdwpMain.c401 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen); in dvmJdwpLastDebuggerActivity() local
404 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()
/dalvik/dx/src/com/android/dx/ssa/
DDominators.java228 SsaBasicBlock last = wParentBucket.remove(lastItem); in run() local
229 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()
/dalvik/vm/compiler/
DRalloc.c25 int last; member
48 list[reg].last = MAX(list[reg].last, seqNum + 1); in computeLiveRange()
/dalvik/tests/015-switch/
Dexpected.txt10 CORRECT big sparse / last
/dalvik/tests/082-inline-execute/
Dexpected.txt7 Now is the time[last] = "e"
/dalvik/vm/
DPointerSet.c36 const void* last = NULL; in verifySorted() local
41 if (cur < last) in verifySorted()
43 last = cur; in verifySorted()
/dalvik/dx/src/com/android/dx/dex/code/
DCatchHandlerList.java110 Entry last = get(size - 1); in catchesAll() local
111 return last.getExceptionType().equals(CstType.OBJECT); in catchesAll()
DDalvInsnList.java114 DalvInsn last = get(sz - 1); in codeSize() local
115 return last.getNextAddress(); in codeSize()
/dalvik/dx/src/com/android/dx/util/
DByteArrayAnnotatedOutput.java460 Annotation last = annotations.get(asz - 1); in finishAnnotating() local
461 if (last.getStart() > cursor) { in finishAnnotating()
464 } else if (last.getEnd() > cursor) { in finishAnnotating()
465 last.setEnd(cursor); in finishAnnotating()
/dalvik/dx/tests/031-bb-dead-code/
Dblort.j26 ; dead code after the last reachable instruction in a method
32 ; dead code after the last reachable instruction in a method
39 ; dead code after the last reachable instruction in a method
/dalvik/vm/arch/arm/
DCallOldABI.S119 @ to the stack. We need to push the last item in argv first, and we
137 @ Load the last two args. These are coming out of the interpreted stack,
DCallEABI.S328 @ last arg, which means reading and writing to ascending addresses.