Searched refs:suspend (Results 1 – 15 of 15) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpMain.c | 87 if (pParams->suspend) in dvmJdwpStartup() 99 if (pParams->suspend) in dvmJdwpStartup() 120 if (pParams->suspend) { in dvmJdwpStartup()
|
D | Jdwp.h | 104 bool suspend; member 192 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend);
|
D | JdwpEvent.c | 744 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend) in dvmJdwpPostVMStart() argument 749 if (suspend) in dvmJdwpPostVMStart()
|
D | JdwpSocket.c | 100 if (pParams->suspend) in prepareSocket()
|
/dalvik/tests/083-jit-regressions/ |
D | info.txt | 9 2302318 Crash during spin-on-suspend testing
|
/dalvik/vm/mterp/x86-atom/ |
D | footer.S | 42 cmp $$0, (%ebx) # check if suspend is pending 43 jne 2f # handle suspend 89 cmp $$0, (rINST) # check if suspend is pending 90 jne 2f # handle suspend 368 cmp $$0, (%edx) # check if suspend is pending 369 jne 2f # handle suspend
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 8 means an explicit check of the thread-suspend flag on backward branches
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 454 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 466 cmp ip, #0 @ want suspend?
|
/dalvik/vm/ |
D | Init.c | 1474 params.suspend = gDvm.jdwpSuspend; in dvmInitJDWP()
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 17913 cmp $0, (%ebx) # check if suspend is pending 17914 jne 2f # handle suspend 17960 cmp $0, (rINST) # check if suspend is pending 17961 jne 2f # handle suspend 18239 cmp $0, (%edx) # check if suspend is pending 18240 jne 2f # handle suspend
|
D | InterpAsm-armv5te-vfp.S | 9839 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 9851 cmp ip, #0 @ want suspend?
|
D | InterpAsm-armv7-a-neon.S | 9773 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 9785 cmp ip, #0 @ want suspend?
|
D | InterpAsm-armv7-a.S | 9773 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 9785 cmp ip, #0 @ want suspend?
|
D | InterpAsm-armv4t.S | 10301 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 10313 cmp ip, #0 @ want suspend?
|
D | InterpAsm-armv5te.S | 10297 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z 10309 cmp ip, #0 @ want suspend?
|