Lines Matching defs:fastPath
108 Label fastPath(env);
112 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
113 Bind(&fastPath);
273 Label fastPath(env);
277 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
278 Bind(&fastPath);
761 Label fastPath(env);
763 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
764 Bind(&fastPath);
786 Label fastPath(env);
789 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
790 Bind(&fastPath);