Searched refs:pSuspendCount (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/mterp/x86-atom/
H A Dfooter.S36 movl offGlue_pSelfSuspendCount(%edx), %ebx # %ebx<- pSuspendCount (int)
83 movl offGlue_pSelfSuspendCount(%ecx), rINST # %ebx<- pSuspendCount (int)
362 movl offGlue_pSelfSuspendCount(rINST), %edx # %ebx<- pSuspendCount (int)
/dalvik/vm/
H A DThread.c250 static inline void dvmAddToThreadSuspendCount(int *pSuspendCount, int delta) argument
252 *pSuspendCount += delta;
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S17907 movl offGlue_pSelfSuspendCount(%edx), %ebx # %ebx<- pSuspendCount (int)
17954 movl offGlue_pSelfSuspendCount(%ecx), rINST # %ebx<- pSuspendCount (int)
18233 movl offGlue_pSelfSuspendCount(rINST), %edx # %ebx<- pSuspendCount (int)

Completed in 80 milliseconds