Searched refs:kCacheSizeIndex (Results 1 – 3 of 3) sorted by relevance
888 int size = Smi::cast(get(kCacheSizeIndex))->value(); in JSFunctionResultCacheVerify()
2481 return Smi::cast(get(kCacheSizeIndex))->value(); in size()2486 set(kCacheSizeIndex, Smi::FromInt(size)); in set_size()
3295 static const int kCacheSizeIndex = kFingerIndex + 1; variable3296 static const int kDummyIndex = kCacheSizeIndex + 1;