Lines Matching defs:fastPath
1758 Label fastPath(&builder_);
1768 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath);
1769 builder_.Bind(&fastPath);
1809 Label fastPath(&builder_);
1817 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath);
1818 builder_.Bind(&fastPath);
1918 Variable &thisObj, Label &fastPath, Label &slowPath)
1938 BRANCH_CIR(builder_.IsBase(super), &needAllocateThis, &fastPath);
1941 builder_.Jump(&fastPath);
1955 Label fastPath(&builder_);
1963 CheckSuperAndNewTarget(objBuilder, super, newTarget, thisObj, fastPath, slowPath);
1964 builder_.Bind(&fastPath);
2046 Label fastPath(&builder_);
2056 BRANCH_CIR(builder_.TaggedIsHole(thisObj), &slowPath, &fastPath);
2057 builder_.Bind(&fastPath);