Home
last modified time | relevance | path

Searched defs:UnsignedSmall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtypes.h361 static Type UnsignedSmall() { return NewBitset(BitsetType::UnsignedSmall()); } in UnsignedSmall() function
Dtypes.cc1044 BitsetType::bitset BitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::compiler::BitsetType