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 932 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
934 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
936 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 947 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
949 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
953 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 899 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
902 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 909 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
912 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 909 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
912 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 914 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
917 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 835 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
838 if (!easy_case &&
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 929 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
932 if (!easy_case &&
    [all...]

Completed in 2656 milliseconds