Home | History | Annotate | Download | only in arm64

Lines Matching refs:unique

282 // Checks whether a key is an array index string or a unique name.
283 // Falls through if a key is a unique name.
296 Label unique;
300 __ B(eq, &unique);
314 __ Bind(&unique);
315 // Fall through if the key is a unique name.
678 // Load the key (consisting of map and unique name) from the cache and