HomeSort by relevance Sort by last modified time
    Searched defs:UnsignedSmall (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
types-inl.h 27 TypeImpl<Config>::BitsetType::UnsignedSmall() {
types.h 364 static TypeImpl* UnsignedSmall() {
365 return BitsetType::New(BitsetType::UnsignedSmall());
367 static TypeHandle UnsignedSmall(Region* region) {
368 return BitsetType::New(BitsetType::UnsignedSmall(), region);
655 static bitset UnsignedSmall();
    [all...]
  /external/v8/test/cctest/
types-fuzz.h 50 UnsignedSmall = Type::UnsignedSmall(region);
142 TypeHandle UnsignedSmall;

Completed in 574 milliseconds