Home | History | Annotate | Download | only in src

Lines Matching refs:kStringOffset

2624   if (cache->get(index + kStringOffset) == string &&
2629 if (cache->get(index + kStringOffset) == string &&
2646 if (cache->get(index + kStringOffset) == Smi::FromInt(0)) {
2647 cache->set(index + kStringOffset, string);
2653 if (cache->get(index2 + kStringOffset) == Smi::FromInt(0)) {
2654 cache->set(index2 + kStringOffset, string);
2658 cache->set(index2 + kStringOffset, Smi::FromInt(0));
2661 cache->set(index + kStringOffset, string);