Searched refs:notCall (Results 1 – 1 of 1) sorted by relevance
71 Label notCall(env); in ContainersCommonFuncCall() local76 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall()77 Bind(¬Call); in ContainersCommonFuncCall()189 Label notCall(env); in QueueCommonFuncCall() local194 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in QueueCommonFuncCall()195 Bind(¬Call); in QueueCommonFuncCall()295 Label notCall(env); in DequeCommonFuncCall() local300 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in DequeCommonFuncCall()301 Bind(¬Call); in DequeCommonFuncCall()403 Label notCall(env); in ContainersLightWeightCall() local[all …]