Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtypes.h386 static Type UnsignedSmall() { return NewBitset(BitsetType::UnsignedSmall()); } in UnsignedSmall() function
Dtypes.cc1087 BitsetType::bitset BitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::compiler::BitsetType