Home
last modified time | relevance | path

Searched refs:smi_get_hash (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dheap.cc2740 static inline int smi_get_hash(Smi* smi) { in smi_get_hash() function
2749 hash = smi_get_hash(Smi::cast(number)) & mask; in GetNumberStringCache()
2769 hash = smi_get_hash(Smi::cast(number)) & mask; in SetNumberStringCache()