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

  /external/v8/src/
code-stubs.h 304 STATIC_ASSERT(NUMBER_OF_IDS < (1 << kStubMajorKeyBits));
305 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {};
307 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT
    [all...]
objects.h 269 const int kStubMajorKeyBits = 8;
270 const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1;
    [all...]

Completed in 55 milliseconds