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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2043 Representation input_rep = value->representation(); local
2045 if (input_rep.IsDouble()) {
2047 } else if (input_rep.IsInteger32()) {
2050 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1239 Representation input_rep = value->representation(); local
1241 if (input_rep.IsDouble()) {
1243 } else if (input_rep.IsInteger32()) {
1246 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2044 Representation input_rep = value->representation(); local
2045 if (input_rep.IsDouble()) {
2048 } else if (input_rep.IsInteger32()) {
2052 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1992 Representation input_rep = value->representation(); local
1994 if (input_rep.IsDouble()) {
1998 } else if (input_rep.IsInteger32()) {
2001 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1990 Representation input_rep = value->representation(); local
1992 if (input_rep.IsDouble()) {
1996 } else if (input_rep.IsInteger32()) {
1999 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc2000 Representation input_rep = value->representation(); local
2002 if (input_rep.IsDouble()) {
2004 } else if (input_rep.IsInteger32()) {
2007 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2046 Representation input_rep = value->representation(); local
2047 if (input_rep.IsDouble()) {
2050 } else if (input_rep.IsInteger32()) {
2054 DCHECK(input_rep.IsSmiOrTagged());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3676 Representation input_rep = value()->representation(); local
3677 if (!input_rep.IsTagged()) {
3678 rep = rep.generalize(input_rep);

Completed in 103 milliseconds