Home | History | Annotate | Download | only in src

Lines Matching defs:FieldIndex

20 class FieldIndex final {
22 FieldIndex() : bit_field_(0) {}
24 static FieldIndex ForPropertyIndex(Map* map,
27 static FieldIndex ForInObjectOffset(int offset, Map* map = NULL);
28 static FieldIndex ForDescriptor(Map* map, int descriptor_index);
29 static FieldIndex ForLoadByFieldIndex(Map* map, int index);
30 static FieldIndex ForKeyedLookupCacheIndex(Map* map, int index);
31 static FieldIndex FromFieldAccessStubKey(int key);
78 FieldIndex(bool is_inobject, int local_index, bool is_double,
90 explicit FieldIndex(int bit_field) : bit_field_(bit_field) {}