Searched refs:kCacheSizeIndex (Results 1 – 3 of 3) sorted by relevance
988 int size = Smi::cast(get(kCacheSizeIndex))->value(); in JSFunctionResultCacheVerify()
3751 return Smi::cast(get(kCacheSizeIndex))->value(); in size()3756 set(kCacheSizeIndex, Smi::FromInt(size)); in set_size()
4068 static const int kCacheSizeIndex = kFingerIndex + 1; variable4069 static const int kDummyIndex = kCacheSizeIndex + 1;