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

  /external/v8/src/ast/
ast-types.cc     [all...]
ast-types.h 91 // SignedSmall /\ TaggedInt (a 'smi')
115 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
293 static bitset SignedSmall();
702 static AstType* SignedSmall() {
703 return AstBitsetType::New(AstBitsetType::SignedSmall());
    [all...]
  /external/v8/src/compiler/
types.cc     [all...]
types.h 65 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
227 static bitset SignedSmall();
522 static Type* SignedSmall() {
523 return BitsetType::New(BitsetType::SignedSmall());

Completed in 107 milliseconds