Home | History | Annotate | Download | only in src

Lines Matching refs:FieldIndex

14 inline FieldIndex FieldIndex::ForInObjectOffset(int offset, Map* map) {
20 return FieldIndex(true, index, false, 0, 0, true);
24 inline FieldIndex FieldIndex::ForPropertyIndex(Map* map,
37 return FieldIndex(is_inobject,
44 // FieldIndex object from it.
45 inline FieldIndex FieldIndex::ForLoadByFieldIndex(Map* map, int orig_index) {
60 FieldIndex result(is_inobject, field_index, is_double,
70 inline int FieldIndex::GetLoadByFieldIndex() const {
89 inline FieldIndex FieldIndex::ForDescriptor(Map* map, int descriptor_index) {
98 inline FieldIndex FieldIndex::ForKeyedLookupCacheIndex(Map* map, int index) {
107 inline FieldIndex FieldIndex::FromFieldAccessStubKey(int key) {
108 return FieldIndex(key);
112 inline int FieldIndex::GetKeyedLookupCacheIndex() const {