Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h540 inline int UValue() const { return Bit(23); } in UValue() function
636 inline bool HasU() const { return UValue() == 1; } in HasU()