HomeSort by relevance Sort by last modified time
    Searched full:first_inobject_property_offset (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
field-index.h 55 return index() - first_inobject_property_offset() / kPointerSize;
62 int result = index() - first_inobject_property_offset() / kPointerSize;
81 int inobject_properties, int first_inobject_property_offset,
83 DCHECK((first_inobject_property_offset & (kPointerSize - 1)) == 0);
86 FirstInobjectPropertyOffsetBits::encode(first_inobject_property_offset) |
94 int first_inobject_property_offset() const { function in class:v8::internal::final

Completed in 59 milliseconds