Home
last modified time | relevance | path

Searched refs:kLifetimeWidth (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dlithium.h128 static const int kLifetimeWidth = 1; variable
133 static const int kVirtualRegisterShift = kLifetimeShift + kLifetimeWidth;
140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> {