Home
last modified time | relevance | path

Searched refs:GetInObjectPropertyOffset (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dfield-index-inl.h20 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()
Dobjects-inl.h2045 int JSObject::GetInObjectPropertyOffset(int index) { in GetInObjectPropertyOffset() function
2046 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
Dheap-snapshot-generator.cc1648 js_obj->GetInObjectPropertyOffset(index)); in ExtractPropertyReferences()
1654 js_obj->GetInObjectPropertyOffset(index)); in ExtractPropertyReferences()
Dobjects.h2057 inline int GetInObjectPropertyOffset(int index);
5802 inline int GetInObjectPropertyOffset(int index);
Dhydrogen.cc9335 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()