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

  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 906 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
908 LOperand* temp = !easy_case && (expected & ToBooleanHint::kNeedsMap)
912 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 921 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
923 LOperand* temp = !easy_case && (expected & ToBooleanHint::kNeedsMap)
929 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 873 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
876 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 883 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
886 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 883 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
886 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 888 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
891 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 815 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
818 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 905 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
908 if (!easy_case && ((!(expected & ToBooleanHint::kSmallInteger) &&
    [all...]

Completed in 142 milliseconds