Lines Matching defs:slowPath
24 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
55 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
63 Jump(slowPath);
69 Jump(slowPath);
76 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath);
80 Jump(slowPath);
146 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
178 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
186 Jump(slowPath);
192 Jump(slowPath);
199 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath);
203 Jump(slowPath);
255 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
287 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
295 Jump(slowPath);
301 Jump(slowPath);
308 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath);
312 Jump(slowPath);
367 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
398 BRANCH(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath);
406 Jump(slowPath);
412 Jump(slowPath);
419 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath);
423 Jump(slowPath);
477 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
513 BRANCH(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath);
521 Jump(slowPath);
527 Jump(slowPath);
538 Jump(slowPath);
614 GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type)
647 BRANCH(IsContainer(tempObj, type), &objIsJSAPILinkedList, slowPath);
655 Jump(slowPath);
661 Jump(slowPath);
672 Jump(slowPath);