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 307 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT
538 static const int kSubMinorKeyBits = kStubMinorKeyBits - 1;
    [all...]
objects.h 270 const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1;
    [all...]

Completed in 98 milliseconds