Home | History | Annotate | Download | only in src

Lines Matching refs:GetFieldIndex

620       value = result->holder()->FastPropertyAt(result->GetFieldIndex());
2498 FastPropertyAt(result->GetFieldIndex())->IsTheHole()) {
2950 return FastPropertyAtPut(result->GetFieldIndex(), value);
3069 return FastPropertyAtPut(result.GetFieldIndex(), value);
3362 Object* value = FastPropertyAt(descs->GetFieldIndex(i));
3731 this->FastPropertyAt(descriptors->GetFieldIndex(0));
3779 this->FastPropertyAtPut(descriptors->GetFieldIndex(0), dictionary);
4225 return descs->GetFieldIndex(i);
4237 int current_index = descs->GetFieldIndex(i);
4731 if (FastPropertyAt(descs->GetFieldIndex(i)) == value) {