Searched refs:isCall (Results 1 – 1 of 1) sorted by relevance
70 Label isCall(env); in ContainersCommonFuncCall() local76 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall()79 Bind(&isCall); in ContainersCommonFuncCall()188 Label isCall(env); in QueueCommonFuncCall() local194 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in QueueCommonFuncCall()197 Bind(&isCall); in QueueCommonFuncCall()294 Label isCall(env); in DequeCommonFuncCall() local300 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in DequeCommonFuncCall()303 Bind(&isCall); in DequeCommonFuncCall()402 Label isCall(env); in ContainersLightWeightCall() local[all …]