Lines Matching defs:fastPath
1911 Label fastPath(env);
1913 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
1914 Bind(&fastPath);
1937 Label fastPath(env);
1939 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
1940 Bind(&fastPath);
1962 Label fastPath(env);
1964 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
1965 Bind(&fastPath);
2249 Label fastPath(env);
2250 BRANCH(IsClassPrototype(receiver), &slowPath, &fastPath);
2251 Bind(&fastPath);
2287 Label fastPath(env);
2288 BRANCH(IsClassPrototype(receiver), &slowPath, &fastPath);
2289 Bind(&fastPath);
3534 Label fastPath(env);
3549 BRANCH(TaggedIsUndefined(newTarget), &slowPath, &fastPath);
3550 Bind(&fastPath);
3740 Label fastPath(env);
3742 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
3743 Bind(&fastPath);
3765 Label fastPath(env);
3767 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
3768 Bind(&fastPath);
3790 Label fastPath(env);
3792 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
3793 Bind(&fastPath);
3816 Label fastPath(env);
3818 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
3819 Bind(&fastPath);
4611 Label fastPath(env);
4624 BRANCH(IsConstructor(ctor), &fastPath, &slowPath);
4625 Bind(&fastPath);
4683 Label fastPath(env);
4696 BRANCH(IsConstructor(ctor), &fastPath, &slowPath);
4697 Bind(&fastPath);
4756 Label fastPath(env);
4769 BRANCH(IsConstructor(ctor), &fastPath, &slowPath);
4770 Bind(&fastPath);