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

/external/chromium_org/v8/src/base/
H A Dbits-unittest.cc34 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
44 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
53 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
58 TRACED_FORRANGE(uint32_t, shift, 2, 31) { function
67 TRACED_FORRANGE(uint32_t, shift, 0, 63) { function
72 TRACED_FORRANGE(uint32_t, shift, 2, 63) { function
80 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
96 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
106 TRACED_FORRANGE(uint32_t, shift, 0, 31) { function
116 TRACED_FORRANGE(uint64_ function
138 TRACED_FORRANGE(int32_t, i, 1, 50) { function
139 TRACED_FORRANGE(int32_t, j, 1, i) { function
157 TRACED_FORRANGE(int32_t, i, 1, 50) { function
158 TRACED_FORRANGE(int32_t, j, 1, i) { function
[all...]
/external/chromium_org/v8/testing/
H A Dgtest-support.h44 // TRACED_FORRANGE(type, var, low, high) expands to a loop that assigns |var|
48 #define TRACED_FORRANGE(_type, _var, _low, _high) \ macro
/external/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer-unittest.cc66 TRACED_FORRANGE(size_t, input_count, 0, arraysize(inputs)) { function
94 TRACED_FORRANGE(size_t, input_count, 0, arraysize(inputs)) { function
H A Dmachine-operator-reducer-unittest.cc474 TRACED_FORRANGE(int32_t, k, 0, 31) { function
511 TRACED_FORRANGE(int32_t, y, 0, 31) { function
H A Dinstruction-selector-unittest.cc279 TRACED_FORRANGE(size_t, i, 0, s1.size() - 1) { function
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc196 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
211 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
327 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
349 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
594 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
612 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
714 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
731 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
835 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
853 TRACED_FORRANGE(int32_ function
1005 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1054 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1069 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1106 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1139 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1170 TRACED_FORRANGE(int32_t, imm, shift.i_low, shift.i_high) { function
1479 TRACED_FORRANGE(int32_t, k, 1, 30) { function
1492 TRACED_FORRANGE(int32_t, k, 3, 30) { function
1505 TRACED_FORRANGE(int32_t, k, 1, 30) { function
1518 TRACED_FORRANGE(int32_t, k, 3, 30) { function
1657 TRACED_FORRANGE(int32_t, width, 1, 32) { function
1668 TRACED_FORRANGE(int32_t, width, 1, 32) { function
1683 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1684 TRACED_FORRANGE(int32_t, width, 1, (32 - lsb) - 1) { function
1700 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1701 TRACED_FORRANGE(int32_t, width, 1, (32 - lsb) - 1) { function
1721 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1722 TRACED_FORRANGE(int32_t, width, 1, 32 - lsb) { function
1738 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1739 TRACED_FORRANGE(int32_t, width, 1, 32 - lsb) { function
1871 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1872 TRACED_FORRANGE(int32_t, width, 1, 32 - lsb) { function
1884 TRACED_FORRANGE(int32_t, lsb, 0, 31) { function
1885 TRACED_FORRANGE(int32_t, width, 1, 32 - lsb) { function
[all...]
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc758 TRACED_FORRANGE(int32_t, imm, 0, (ElementSizeOf(type) * 8) - 1) { function

Completed in 5762 milliseconds