Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 15 of 15) sorted by relevance

/dalvik/vm/jdwp/
DJdwpMain.c87 if (pParams->suspend) in dvmJdwpStartup()
99 if (pParams->suspend) in dvmJdwpStartup()
120 if (pParams->suspend) { in dvmJdwpStartup()
DJdwp.h104 bool suspend; member
192 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend);
DJdwpEvent.c744 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend) in dvmJdwpPostVMStart() argument
749 if (suspend) in dvmJdwpPostVMStart()
DJdwpSocket.c100 if (pParams->suspend) in prepareSocket()
/dalvik/tests/083-jit-regressions/
Dinfo.txt9 2302318 Crash during spin-on-suspend testing
/dalvik/vm/mterp/x86-atom/
Dfooter.S42 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/
DNOTES.txt8 means an explicit check of the thread-suspend flag on backward branches
/dalvik/vm/mterp/armv5te/
Dfooter.S454 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
466 cmp ip, #0 @ want suspend?
/dalvik/vm/
DInit.c1474 params.suspend = gDvm.jdwpSuspend; in dvmInitJDWP()
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S17913 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
DInterpAsm-armv5te-vfp.S9839 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
9851 cmp ip, #0 @ want suspend?
DInterpAsm-armv7-a-neon.S9773 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
9785 cmp ip, #0 @ want suspend?
DInterpAsm-armv7-a.S9773 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
9785 cmp ip, #0 @ want suspend?
DInterpAsm-armv4t.S10301 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
10313 cmp ip, #0 @ want suspend?
DInterpAsm-armv5te.S10297 orrs ip, ip, r2 @ ip<- suspend|debugger|profiler; set Z
10309 cmp ip, #0 @ want suspend?