Searched refs:GetInObjectPropertyOffset (Results 1 – 5 of 5) sorted by relevance
20 int first_inobject_offset = map->GetInObjectPropertyOffset(0); in ForInObjectOffset()37 first_inobject_offset = map->GetInObjectPropertyOffset(0); in ForPropertyIndex()62 first_inobject_offset = map->GetInObjectPropertyOffset(0); in ForLoadByFieldIndex()
2045 int JSObject::GetInObjectPropertyOffset(int index) { in GetInObjectPropertyOffset() function2046 return map()->GetInObjectPropertyOffset(index); in GetInObjectPropertyOffset()2051 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAt()2060 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAtPut()4251 int Map::GetInObjectPropertyOffset(int index) { in GetInObjectPropertyOffset() function
1648 js_obj->GetInObjectPropertyOffset(index)); in ExtractPropertyReferences()1654 js_obj->GetInObjectPropertyOffset(index)); in ExtractPropertyReferences()
2057 inline int GetInObjectPropertyOffset(int index);5802 inline int GetInObjectPropertyOffset(int index);
9335 int property_offset = initial_map->GetInObjectPropertyOffset(i); in VisitCallNew()11073 int property_offset = boilerplate_object->GetInObjectPropertyOffset(index); in BuildEmitInObjectProperties()11132 int property_offset = boilerplate_object->GetInObjectPropertyOffset(i); in BuildEmitInObjectProperties()