Lines Matching full:branch
48 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall()
51 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
55 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
67 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
76 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
78 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall()
83 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
102 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
116 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ContainersCommonFuncCall()
124 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall()
129 BRANCH(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
171 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in QueueCommonFuncCall()
174 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()
178 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall()
190 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in QueueCommonFuncCall()
199 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in QueueCommonFuncCall()
201 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in QueueCommonFuncCall()
206 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in QueueCommonFuncCall()
225 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in QueueCommonFuncCall()
236 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in QueueCommonFuncCall()
280 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in DequeCommonFuncCall()
283 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()
287 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall()
299 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in DequeCommonFuncCall()
308 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in DequeCommonFuncCall()
310 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in DequeCommonFuncCall()
315 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in DequeCommonFuncCall()
337 BRANCH(Int32NotEqual(*first, last), &next, &afterLoop); in DequeCommonFuncCall()
347 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in DequeCommonFuncCall()
391 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPILightWeight, &valueNotJSAPILightWeight); in ContainersLightWeightCall()
394 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
398 BRANCH(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath); in ContainersLightWeightCall()
410 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLightWeightCall()
419 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersLightWeightCall()
421 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersLightWeightCall()
426 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLightWeightCall()
444 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLightWeightCall()
454 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ContainersLightWeightCall()
462 BRANCH(Int32NotEqual(currentLen, *length), &lenChange, &loopEnd); in ContainersLightWeightCall()
506 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
509 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
513 BRANCH(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath); in ContainersHashCall()
525 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersHashCall()
534 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, ¬Call); in ContainersHashCall()
536 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersHashCall()
541 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersHashCall()
560 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersHashCall()
564 BRANCH(TaggedIsHole(*node), &loopEnd, &nodeNotHole); in ContainersHashCall()
566 BRANCH(IsLinkedNode(*node), &nodeIsLinked, &nodeIsRBTree); in ContainersHashCall()
577 BRANCH(HasPendingException(glue), &hasExceptionLinked, ¬HasExceptionLinked); in ContainersHashCall()
585 BRANCH(TaggedIsHole(*node), &loopEnd, &loopLinked); in ContainersHashCall()
594 BRANCH(HasPendingException(glue), &hasExceptionRBTree, ¬HasExceptionRBTree); in ContainersHashCall()
640 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPILinkedList, &valueNotJSAPILinkedList); in ContainersLinkedListCall()
643 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
647 BRANCH(IsContainer(tempObj, type), &objIsJSAPILinkedList, slowPath); in ContainersLinkedListCall()
659 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLinkedListCall()
668 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, ¬Call); in ContainersLinkedListCall()
670 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersLinkedListCall()
675 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLinkedListCall()
693 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLinkedListCall()
699 BRANCH(TaggedIsHole(*value), &loopEnd, &valueNotHole); in ContainersLinkedListCall()
707 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ContainersLinkedListCall()