Lines Matching defs:slowpath
1178 Label slowpath(env);
1197 BRANCH(TaggedIsUndefined(enumCache), &slowpath, &cacheHit);
1211 Bind(&slowpath);
1953 Label slowpath(env);
1957 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined);
1960 BRANCH(TaggedIsHole(slotValue), &slowpath, &mayFastpath);
1969 Bind(&slowpath);
1998 Label slowpath(env);
2002 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined);
2005 BRANCH(TaggedIsHole(slotValue), &slowpath, &mayFastpath);
2013 Bind(&slowpath);