• Home
  • Raw
  • Download

Lines Matching full:branch

48     BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath);  in ContainersCommonFuncCall()
50 BRANCH(IsContainer(glue, *thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall()
53 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
57 BRANCH(IsContainer(glue, tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
69BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
78 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
80 BRANCH(IsCallable(glue, callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
85BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
104 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
118 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall()
126 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall()
131 BRANCH(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
176 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ContainersLightWeightCall()
178 BRANCH(IsContainer(glue, *thisObj, type), &valueIsJSAPILightWeight, &valueNotJSAPILightWeight); in ContainersLightWeightCall()
181 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
185 BRANCH(IsContainer(glue, tempObj, type), &objIsJSAPILightWeight, slowPath); in ContainersLightWeightCall()
197BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLightWeightCall()
206 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersLightWeightCall()
208 BRANCH(IsCallable(glue, callbackFnHandle), &isCall, &notCall); in ContainersLightWeightCall()
213BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLightWeightCall()
231 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLightWeightCall()
241 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersLightWeightCall()
249 BRANCH(Int32NotEqual(currentLen, *length), &lenChange, &loopEnd); in ContainersLightWeightCall()
294 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ContainersHashCall()
296 BRANCH(IsContainer(glue, *thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
299 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
303 BRANCH(IsContainer(glue, tempObj, type), &objIsJSAPIHash, slowPath); in ContainersHashCall()
315BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersHashCall()
324 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); in ContainersHashCall()
326 BRANCH(IsCallable(glue, callbackFnHandle), &isCall, &notCall); in ContainersHashCall()
331BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersHashCall()
350 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersHashCall()
354 BRANCH(TaggedIsHole(*node), &loopEnd, &nodeNotHole); in ContainersHashCall()
356 BRANCH(IsLinkedNode(glue, *node), &nodeIsLinked, &nodeIsRBTree); in ContainersHashCall()
367 BRANCH(HasPendingException(glue), &hasExceptionLinked, &notHasExceptionLinked); in ContainersHashCall()
375 BRANCH(TaggedIsHole(*node), &loopEnd, &loopLinked); in ContainersHashCall()
384 BRANCH(HasPendingException(glue), &hasExceptionRBTree, &notHasExceptionRBTree); in ContainersHashCall()
432 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ContainersLinkedListCall()
434 BRANCH(IsContainer(glue, *thisObj, type), &valueIsJSAPILinkedList, &valueNotJSAPILinkedList); in ContainersLinkedListCall()
437 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
441 BRANCH(IsContainer(glue, tempObj, type), &objIsJSAPILinkedList, slowPath); in ContainersLinkedListCall()
453BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersLinkedListCall()
462 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); in ContainersLinkedListCall()
464 BRANCH(IsCallable(glue, callbackFnHandle), &isCall, &notCall); in ContainersLinkedListCall()
469BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersLinkedListCall()
487 BRANCH(Int32LessThan(*index, *length), &next, &afterLoop); in ContainersLinkedListCall()
493 BRANCH(TaggedIsHole(*value), &loopEnd, &valueNotHole); in ContainersLinkedListCall()
501 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersLinkedListCall()