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

/external/v8/src/arm/
H A Dlithium-arm.cc1765 Representation input_rep = value->representation(); local
1767 if (input_rep.IsDouble()) {
1769 } else if (input_rep.IsInteger32()) {
1772 ASSERT(input_rep.IsTagged());
/external/v8/src/mips/
H A Dlithium-mips.cc1766 Representation input_rep = value->representation(); local
1768 if (input_rep.IsDouble()) {
1771 } else if (input_rep.IsInteger32()) {
1774 ASSERT(input_rep.IsTagged());
/external/v8/src/x64/
H A Dlithium-x64.cc1749 Representation input_rep = value->representation(); local
1751 if (input_rep.IsDouble()) {
1754 } else if (input_rep.IsInteger32()) {
1757 ASSERT(input_rep.IsTagged());
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2045 Representation input_rep = value->representation(); local
2047 if (input_rep.IsDouble()) {
2049 } else if (input_rep.IsInteger32()) {
2052 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2078 Representation input_rep = value->representation(); local
2079 if (input_rep.IsDouble()) {
2082 } else if (input_rep.IsInteger32()) {
2086 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()) {
1968 } else if (input_rep.IsInteger32()) {
1971 ASSERT(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1955 Representation input_rep = value->representation(); local
1957 if (input_rep.IsDouble()) {
1959 } else if (input_rep.IsInteger32()) {
1962 ASSERT(input_rep.IsSmiOrTagged());
/external/v8/src/ia32/
H A Dlithium-ia32.cc1812 Representation input_rep = value->representation(); local
1813 if (input_rep.IsDouble()) {
1816 } else if (input_rep.IsInteger32()) {
1820 ASSERT(input_rep.IsTagged());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3193 Representation input_rep = value()->representation(); local
3194 if (!input_rep.IsTagged()) {
3195 rep = rep.generalize(input_rep);

Completed in 416 milliseconds