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

  /external/v8/test/cctest/
types-fuzz.h 48 SignedSmall = Type::SignedSmall();
111 SignedFunction1 = Type::Function(SignedSmall, SignedSmall, zone);
140 Type* SignedSmall;
  /external/v8/src/
types.cc     [all...]
types.h 91 // SignedSmall /\ TaggedInt (a 'smi')
115 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
282 static bitset SignedSmall();
677 static Type* SignedSmall() {
678 return BitsetType::New(BitsetType::SignedSmall());

Completed in 62 milliseconds