Searched refs:ForPropertyIndex (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/v8/src/ |
D | field-index-inl.h | 24 return FieldIndex::ForPropertyIndex(map, offset / kPointerSize); in ForInObjectOffset() 29 inline FieldIndex FieldIndex::ForPropertyIndex(Map* map, in ForPropertyIndex() function 73 return ForPropertyIndex(map, field_index, in ForDescriptor() 82 return ForPropertyIndex(map, index); in ForKeyedLookupCacheIndex()
|
D | field-index.cc | 17 return ForPropertyIndex(map, in ForLookupResult()
|
D | field-index.h | 22 static FieldIndex ForPropertyIndex(Map* map,
|
D | json-parser.h | 417 FieldIndex index = FieldIndex::ForPropertyIndex(*map, i); in ParseJsonObject() 442 FieldIndex index = FieldIndex::ForPropertyIndex(*map, i); in ParseJsonObject()
|
D | deoptimizer.cc | 1844 FieldIndex index = FieldIndex::ForPropertyIndex(object->map(), i); in MaterializeNextHeapObject() 3410 FieldIndex index = FieldIndex::ForPropertyIndex(object->map(), i); in GetNext()
|
D | objects.cc | 2230 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateToMap()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap.cc | 2323 FieldIndex idx1 = FieldIndex::ForPropertyIndex(o->map(), 0); in TEST() 2324 FieldIndex idx2 = FieldIndex::ForPropertyIndex(o->map(), 1); in TEST()
|