• Home
  • Raw
  • Download

Lines Matching refs:HB_OBJECT_ALIGNMENT

90             HEAP_BASE + HB_OBJECT_ALIGNMENT));  in assert_empty()
92 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in assert_empty()
99 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in assert_empty()
101 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in assert_empty()
121 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
123 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
130 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
132 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
136 dvmHeapBitmapSetObjectBit(&hb, HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT); in test_bits()
140 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
142 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
149 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
151 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
159 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
161 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
167 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT); in test_bits()
171 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_bits()
173 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_bits()
193 dvmHeapBitmapSetObjectBit(&hb, HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT); in test_clear()
224 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
226 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
233 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
235 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
244 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
246 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
253 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
255 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
260 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT); in test_modify()
265 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
267 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
274 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
276 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
281 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT); in test_modify()
286 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
288 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
295 HEAP_BASE + HB_OBJECT_ALIGNMENT)); in test_modify()
297 HEAP_BASE + HEAP_SIZE - HB_OBJECT_ALIGNMENT)); in test_modify()
365 base = (base + HB_OBJECT_ALIGNMENT - 1) & ~(HB_OBJECT_ALIGNMENT - 1); in run_xor()
367 step *= HB_OBJECT_ALIGNMENT; in run_xor()