Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpMain.cpp435 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen); in dvmJdwpLastDebuggerActivity() local
438 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()
/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/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.cpp36 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.java115 DalvInsn last = get(sz - 1); in codeSize() local
116 return last.getNextAddress(); in codeSize()
/dalvik/dexgen/src/com/android/dexgen/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.java453 Annotation last = annotations.get(asz - 1); in finishAnnotating() local
454 if (last.getStart() > cursor) { in finishAnnotating()
457 } else if (last.getEnd() > cursor) { in finishAnnotating()
458 last.setEnd(cursor); in finishAnnotating()
/dalvik/dexgen/src/com/android/dexgen/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,
/dalvik/vm/compiler/codegen/x86/libenc/
Denc_base.cpp789 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()
Ddec_base.cpp373 for (unsigned i=0; !opcodes[i].last; i++) { in try_mn()
Denc_base.h252 char last; member
Denc_tabl.cpp1803 odesc.last = 1; in buildMnemonicDesc()
1806 odesc.last = 0; in buildMnemonicDesc()