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

  /external/v8/src/
code-stubs.h 309 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT
512 static const int kSubMinorKeyBits = kStubMinorKeyBits - 1;
    [all...]
objects.h 311 const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1;
    [all...]

Completed in 52 milliseconds