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

  /external/v8/test/cctest/
test-unboxed-doubles.cc 128 CHECK(!layout_desc->IsSlowLayout());
196 CHECK(!layout_descriptor->IsSlowLayout());
212 CHECK(layout_descriptor->IsSlowLayout());
237 CHECK(layout_desc->IsSlowLayout());
515 CHECK(!layout_descriptor->IsSlowLayout());
558 CHECK(!layout_descriptor->IsSlowLayout());
571 CHECK(layout_descriptor->IsSlowLayout());
672 CHECK(!layout_descriptor->IsSlowLayout());
676 CHECK(!layout_descriptor->IsSlowLayout());
680 CHECK(!layout_descriptor->IsSlowLayout());
    [all...]
  /external/v8/src/
layout-descriptor.cc 73 if (layout_descriptor->IsSlowLayout()) {
106 DCHECK(new_layout_descriptor->IsSlowLayout());
108 if (layout_descriptor->IsSlowLayout()) {
140 uint32_t value = IsSlowLayout()
152 if (IsSlowLayout()) {
234 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 534 milliseconds