Searched refs:input_rep (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2017 Representation input_rep = value->representation(); local
2019 if (input_rep.IsDouble()) {
2021 } else if (input_rep.IsInteger32()) {
2024 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1238 Representation input_rep = value->representation(); local
1240 if (input_rep.IsDouble()) {
1242 } else if (input_rep.IsInteger32()) {
1245 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2020 Representation input_rep = value->representation(); local
2021 if (input_rep.IsDouble()) {
2024 } else if (input_rep.IsInteger32()) {
2028 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1963 Representation input_rep = value->representation(); local
1965 if (input_rep.IsDouble()) {
1969 } else if (input_rep.IsInteger32()) {
1972 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1964 Representation input_rep = value->representation(); local
1966 if (input_rep.IsDouble()) {
1968 } else if (input_rep.IsInteger32()) {
1971 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2002 Representation input_rep = value->representation(); local
2003 if (input_rep.IsDouble()) {
2006 } else if (input_rep.IsInteger32()) {
2010 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3739 Representation input_rep = value()->representation(); local
3740 if (!input_rep.IsTagged()) {
3741 rep = rep.generalize(input_rep);

Completed in 306 milliseconds