Searched defs:SignedSmall (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dtypes.cc1052 BitsetType::bitset BitsetType::SignedSmall() { function in class:v8::internal::compiler::BitsetType
H A Dtypes.h65 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
227 static bitset SignedSmall();
522 static Type* SignedSmall() { function in class:v8::internal::compiler::BitsetType::Type
523 return BitsetType::New(BitsetType::SignedSmall());
/external/v8/src/ast/
H A Dast-types.cc1291 AstBitsetType::bitset AstBitsetType::SignedSmall() { function in class:v8::internal::AstBitsetType
H A Dast-types.h91 // 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() { function in class:v8::internal::AstBitsetType::AstType
703 return AstBitsetType::New(AstBitsetType::SignedSmall());

Completed in 213 milliseconds