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

  /external/chromium_org/v8/src/mips/
lithium-mips.cc 951 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
954 if (!easy_case &&
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 984 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
986 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
988 if (!easy_case &&
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 979 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
981 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
983 if (!easy_case &&
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 943 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
946 if (!easy_case &&
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 962 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() || local
965 if (!easy_case &&
    [all...]

Completed in 207 milliseconds