Lines Matching defs:fastPath
5603 Label fastPath(env);
5608 TryFastHasInstance(glue, instof, target, object, &fastPath, &exit, &result, callback);
5613 BRANCH(IsCallable(target), &fastPath, &targetNotCallable);
5622 Bind(&fastPath);
5635 void StubBuilder::TryFastHasInstance(GateRef glue, GateRef instof, GateRef target, GateRef object, Label *fastPath,
5650 Jump(fastPath);
5764 Label fastPath(env);
5767 BRANCH(TaggedIsHeapObject(obj), &fastPath, &slowPath);
5768 Bind(&fastPath);
5796 Label fastPath(env);
5798 BRANCH(TaggedIsHeapObject(obj), &fastPath, &slowPath);
5799 Bind(&fastPath);
5852 Label fastPath(env);
5855 BRANCH(TaggedIsHeapObject(obj), &fastPath, &slowPath);
5856 Bind(&fastPath);
6132 Label fastPath(env);
6134 BRANCH(TaggedIsInt(right), &fastPath, &slowPath);
6135 Bind(&fastPath);
6280 Label fastPath(env);
6282 BRANCH(TaggedIsInt(right), &fastPath, &slowPath);
6283 Bind(&fastPath);
9128 Label fastPath(env);
9146 BRANCH(needCopy, &fastPath, &noCopyPath);
9147 Bind(&fastPath);