Lines Matching refs:call
41 call dvmBumpPunt
60 call dvmAbort
80 call dvmBumpNoChain
86 call dvmJitGetTraceAddrThread # (pc, self)
108 call dvmBumpNoChain
111 lea 4(%esp), %esp #to recover the esp update due to function call
115 call dvmJitGetTraceAddrThread # (pc, self)
416 * %eax is "Method* methodToCall", the method we're trying to call
429 call save_callsiteinfo
529 testl $$ACC_NATIVE, offMethod_accessFlags(%eax) # check for native call
530 movl %eax, offStackSaveArea_method(%edx) # newSaveArea->method<- method to call
531 jne .LinvokeNative # handle native call
567 call dvmReportInvoke # (self, method)
591 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
615 call dvmReportPreNativeInvoke # (methodToCall, self, fp)
625 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
632 call dvmReportPostNativeInvoke # (methodToCall, self, fp)
639 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
707 call dvmReportReturn # (self)
729 call dvmMterpStdBail # bail out....
781 # Because we call into this helper from a bytecode, we have
787 call dvmJitEndTraceSelect
813 call dvmThrowArithmeticException
823 call dvmThrowNegativeArraySizeException # (len)
833 call dvmThrowNoSuchMethodError
844 call dvmThrowNullPointerException
858 call dvmThrowArrayIndexOutOfBoundsException # args (length, index)
878 call dvmCheckSuspendPending
885 call dvmAddTrackedAlloc # don't let the exception be GCed