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

  /external/v8/src/ic/
handler-configuration.h 44 kDescriptorIndexBitCount + 2> {};
57 kDescriptorIndexBitCount + 1 + kPointerSizeLog2> {};
138 kDescriptorIndexBitCount + 2> {};
157 kDescriptorIndexBitCount + 1 + kPointerSizeLog2> {};
  /external/v8/src/
field-index.h 99 static const int kIndexBitsSize = kDescriptorIndexBitCount + 1;
107 : public BitField<int, IsDoubleBits::kNext, kDescriptorIndexBitCount> {};
property-details.h 203 static const int kDescriptorIndexBitCount = 10;
207 (1 << kDescriptorIndexBitCount) - 2;
209 (1 << kDescriptorIndexBitCount) - 1;
358 : public BitField<uint32_t, 9, kDescriptorIndexBitCount> {}; // NOLINT
360 : public BitField<uint32_t, 9 + kDescriptorIndexBitCount,
361 kDescriptorIndexBitCount> {}; // NOLINT
objects.h     [all...]
code-stubs.h     [all...]

Completed in 459 milliseconds