HomeSort by relevance Sort by last modified time
    Searched refs:IsSlowLayout (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
layout-descriptor.cc 74 if (layout_descriptor->IsSlowLayout()) {
107 DCHECK(new_layout_descriptor->IsSlowLayout());
109 if (layout_descriptor->IsSlowLayout()) {
141 uint32_t value = IsSlowLayout()
153 if (IsSlowLayout()) {
235 if (!IsSlowLayout()) return this;
layout-descriptor-inl.h 74 if (IsSlowLayout()) {
107 if (IsSlowLayout()) {
127 bool LayoutDescriptor::IsSlowLayout() { return !IsSmi(); }
131 return IsSlowLayout() ? (length() * kNumberOfBits) : kSmiValueSize;
layout-descriptor.h 42 V8_INLINE bool IsSlowLayout();
objects-inl.h     [all...]

Completed in 58 milliseconds