Home | History | Annotate | Download | only in tests

Lines Matching refs:start

50   const void *start, *end;
53 // Expected function [start,end] range.
58 // Start should be a label somewhere before recursive call, end somewhere
62 (prange)->start = &&start_label; \
64 CHECK_LT((prange)->start, (prange)->end); \
80 CHECK_LT((prange)->start, ra); \
83 (prange)->start, (prange)->end, \
84 (prange)->start, ra); \
92 (prange)->start = reinterpret_cast<const void *>(&fn); \
103 CHECK_GE(ret_addr, range.start);
116 INIT_ADDRESS_RANGE(CheckStackTraceLeaf, start, end, &expected_range[0]);
117 DECLARE_ADDRESS_LABEL(start);
136 i, expected_range[i].start, expected_range[i].end, stack[i]);
149 INIT_ADDRESS_RANGE(CheckStackTrace4, start, end, &expected_range[1]);
150 DECLARE_ADDRESS_LABEL(start);
157 INIT_ADDRESS_RANGE(CheckStackTrace3, start, end, &expected_range[2]);
158 DECLARE_ADDRESS_LABEL(start);
165 INIT_ADDRESS_RANGE(CheckStackTrace2, start, end, &expected_range[3]);
166 DECLARE_ADDRESS_LABEL(start);
173 INIT_ADDRESS_RANGE(CheckStackTrace1, start, end, &expected_range[4]);
174 DECLARE_ADDRESS_LABEL(start);
180 INIT_ADDRESS_RANGE(CheckStackTrace, start, end, &expected_range[5]);
181 DECLARE_ADDRESS_LABEL(start);