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

  /external/v8/src/compiler/
access-builder.cc 249 Type::SignedSmall(), MachineType::TaggedSigned(),
280 Type::SignedSmall(), MachineType::TaggedSigned(),
300 Type::SignedSmall(), MachineType::TaggedSigned(),
486 Type::SignedSmall(), MachineType::TaggedSigned(),
650 Type::SignedSmall(), MachineType::TaggedSigned(),
871 access.type = Type::SignedSmall();
    [all...]
type-cache.h 42 Type const kHoleySmi = Type::Union(Type::SignedSmall(), Type::Hole(), zone());
149 Type::Union(Type::SignedSmall(), Type::NaN(), zone());
types.h 66 // T.Is(SignedSmall())), and the latter to check whether a specific case needs
241 static bitset SignedSmall();
360 static Type SignedSmall() { return NewBitset(BitsetType::SignedSmall()); }
representation-change.cc 208 if (output_type.Is(Type::SignedSmall())) {
300 } else if (output_type.Is(Type::SignedSmall())) {
382 if (!output_type.Maybe(Type::SignedSmall())) {
701 output_type.Is(Type::SignedSmall())) {
    [all...]
verifier.cc 856 CheckTypeIs(node, Type::SignedSmall());
    [all...]
access-info.cc 381 field_type = Type::SignedSmall();
685 field_type = Type::SignedSmall();
js-native-context-specialization.cc 633 property_cell_value_type = Type::SignedSmall();
716 property_cell_value_type = Type::SignedSmall();
    [all...]
js-create-lowering.cc 588 if (!NodeProperties::GetType(value).Is(Type::SignedSmall())) {
    [all...]
typed-optimization.cc 121 if (!input_type.Maybe(Type::SignedSmall())) {
typer.cc 631 if (!type.Maybe(Type::SignedSmall())) return t->singleton_false_;
    [all...]
simplified-lowering.cc     [all...]
types.cc     [all...]
effect-control-linearizer.cc     [all...]

Completed in 1599 milliseconds