• Home
  • Raw
  • Download

Lines Matching refs:Branch

46     Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector);  in ContainersCommonFuncCall()
49 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
65Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
74 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
76 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
81Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
100 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
111 Branch(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall()
119 Branch(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall()
122 Branch(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
164 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in QueueCommonFuncCall()
167 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()
171 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall()
183Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in QueueCommonFuncCall()
192 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in QueueCommonFuncCall()
194 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in QueueCommonFuncCall()
199Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in QueueCommonFuncCall()
218 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in QueueCommonFuncCall()
226 Branch(HasPendingException(glue), &hasException, &notHasException); in QueueCommonFuncCall()
270 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in DequeCommonFuncCall()
273 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()
277 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall()
289Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in DequeCommonFuncCall()
298 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in DequeCommonFuncCall()
300 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in DequeCommonFuncCall()
305Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in DequeCommonFuncCall()
327 Branch(Int32NotEqual(*first, last), &next, &afterLoop); in DequeCommonFuncCall()
334 Branch(HasPendingException(glue), &hasException, &notHasException); in DequeCommonFuncCall()
378 Branch(IsContainer(*thisObj, type), &valueIsJSAPILightWeight, &valueNotJSAPILightWeight); in ContainersLightWeightCall()
381 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
385 Branch(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath); in ContainersLightWeightCall()
397Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLightWeightCall()
406 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersLightWeightCall()
408 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersLightWeightCall()
413Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLightWeightCall()
431 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLightWeightCall()
438 Branch(HasPendingException(glue), &hasException, &notHasException); in ContainersLightWeightCall()
446 Branch(Int32NotEqual(currentLen, *length), &lenChange, &loopEnd); in ContainersLightWeightCall()
490 Branch(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
493 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
497 Branch(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath); in ContainersHashCall()
509Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersHashCall()
518 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); in ContainersHashCall()
520 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersHashCall()
525Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersHashCall()
544 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersHashCall()
548 Branch(TaggedIsHole(*node), &loopEnd, &nodeNotHole); in ContainersHashCall()
550 Branch(IsLinkedNode(*node), &nodeIsLinked, &nodeIsRBTree); in ContainersHashCall()
559 Branch(HasPendingException(glue), &hasExceptionLinked, &notHasExceptionLinked); in ContainersHashCall()
567 Branch(TaggedIsHole(*node), &loopEnd, &loopLinked); in ContainersHashCall()
576 Branch(HasPendingException(glue), &hasExceptionRBTree, &notHasExceptionRBTree); in ContainersHashCall()
622 Branch(IsContainer(*thisObj, type), &valueIsJSAPILinkedList, &valueNotJSAPILinkedList); in ContainersLinkedListCall()
625 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
629 Branch(IsContainer(tempObj, type), &objIsJSAPILinkedList, slowPath); in ContainersLinkedListCall()
641Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLinkedListCall()
650 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); in ContainersLinkedListCall()
652 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersLinkedListCall()
657Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLinkedListCall()
675 Branch(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLinkedListCall()
681 Branch(TaggedIsHole(*value), &loopEnd, &valueNotHole); in ContainersLinkedListCall()
686 Branch(HasPendingException(glue), &hasException, &notHasException); in ContainersLinkedListCall()