Searched refs:kCacheSizeIndex (Results 1 – 6 of 6) 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;
989 int size = Smi::cast(get(kCacheSizeIndex))->value(); in JSFunctionResultCacheVerify()
3249 return Smi::cast(get(kCacheSizeIndex))->value(); in size()3254 set(kCacheSizeIndex, Smi::FromInt(size)); in set_size()
4200 static const int kCacheSizeIndex = kFingerIndex + 1; variable4201 static const int kDummyIndex = kCacheSizeIndex + 1;