Lines Matching refs:call
41 call dvmBumpPunt
60 call dvmAbort
81 call dvmBumpNoChain
88 call dvmJitGetTraceAddrThread # (pc, self)
111 call dvmBumpNoChain
114 lea 4(%esp), %esp #to recover the esp update due to function call
118 call dvmJitGetTraceAddrThread # (pc, self)
423 * %eax is "Method* methodToCall", the method we're trying to call
436 call save_callsiteinfo
536 testl $$ACC_NATIVE, offMethod_accessFlags(%eax) # check for native call
537 movl %eax, offStackSaveArea_method(%edx) # newSaveArea->method<- method to call
538 jne .LinvokeNative # handle native call
574 call dvmReportInvoke # (self, method)
598 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
622 call dvmReportPreNativeInvoke # (methodToCall, self, fp)
632 call *offMethod_nativeFunc(%eax) # call methodToCall->nativeFunc
639 call dvmReportPostNativeInvoke # (methodToCall, self, fp)
646 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
714 call dvmReportReturn # (self)
736 call dvmMterpStdBail # bail out....
788 # Because we call into this helper from a bytecode, we have
794 call dvmJitEndTraceSelect
820 call dvmThrowArithmeticException
830 call dvmThrowNegativeArraySizeException # (len)
840 call dvmThrowNoSuchMethodError
851 call dvmThrowNullPointerException
865 call dvmThrowArrayIndexOutOfBoundsException # args (length, index)
885 call dvmCheckSuspendPending
892 call dvmAddTrackedAlloc # don't let the exception be GCed