Home | History | Annotate | Download | only in x87

Lines Matching refs:unique

273 // Checks whether a key is an array index string or a unique name.
274 // Falls through if the key is a unique name.
286 Label unique;
290 __ j(equal, &unique);
304 __ bind(&unique);