HomeSort by relevance Sort by last modified time
    Searched defs:PropertyDetails (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
property-details.h 70 // Must fit in the BitField PropertyDetails::KindField.
74 // Must fit in the BitField PropertyDetails::LocationField.
78 // Must fit in the BitField PropertyDetails::ConstnessField.
229 // PropertyDetails captures type and attributes for a property.
231 class PropertyDetails BASE_EMBEDDED {
234 PropertyDetails(PropertyKind kind, PropertyAttributes attributes, int index,
243 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
253 static PropertyDetails Empty(
255 return PropertyDetails(kData, NONE, 0, cell_type);
260 PropertyDetails set_pointer(int i) const
    [all...]
objects-inl.h 46 PropertyDetails::PropertyDetails(Smi* smi) {
51 Smi* PropertyDetails::AsSmi() const {
59 int PropertyDetails::field_width_in_words() const {
    [all...]

Completed in 386 milliseconds