Home | History | Annotate | Download | only in src

Lines Matching refs:kValueOffset

1503   static const int kValueOffset = HeapObject::kHeaderSize;
1509 static const int kMantissaOffset = kValueOffset;
1510 static const int kExponentOffset = kValueOffset + 4;
1512 static const int kMantissaOffset = kValueOffset + 4;
1513 static const int kExponentOffset = kValueOffset;
1518 static const int kSize = kValueOffset + kDoubleSize;
3995 return get(EntryToIndex(entry) + kValueOffset);
3999 static const int kValueOffset = 1;
6382 static const int kValueOffset = HeapObject::kHeaderSize;
6383 static const int kSize = kValueOffset + kPointerSize;
7543 static const int kValueOffset = JSObject::kHeaderSize;
7544 static const int kSize = kValueOffset + kPointerSize;
7620 static const int kValueOffset = JSObject::kHeaderSize;
7621 static const int kYearOffset = kValueOffset + kPointerSize;
9430 Object* result = FromAddress(value - kValueOffset);
9436 return address() + kValueOffset;
9444 static const int kValueOffset = HeapObject::kHeaderSize;
9445 static const int kSize = kValueOffset + kPointerSize;
9447 typedef FixedBodyDescriptor<kValueOffset,
9448 kValueOffset + kPointerSize,
9492 static const int kTypeOffset = kValueOffset + kPointerSize;
9496 static const int kPointerFieldsBeginOffset = kValueOffset;
9499 typedef FixedBodyDescriptor<kValueOffset,