Lines Matching defs:location

102     int32_t location = GetLocation();
108 VIXL_ASSERT(ref->LocationIsEncodable(location));
112 IF_VERBOSE(printf("Placed object %d at location: 0x%x (%u)\n",
114 location,
115 location));
179 int32_t location = GetLocation();
185 VIXL_ASSERT(ref->LocationIsEncodable(location));
189 IF_VERBOSE(printf("Veneer %d placed at location: 0x%x (%u)\n",
191 location,
192 location));
312 new ForwardReference<int32_t>(0 /*location*/, 2 /*size*/, 0, 200);
314 new ForwardReference<int32_t>(2 /*location*/, 2 /*size*/, 2, 202);
316 new ForwardReference<int32_t>(4 /*location*/, 2 /*size*/, 4, 204);
321 new ForwardReference<int32_t>(8 /*location*/, 2 /*size*/, 8, 500);
323 new ForwardReference<int32_t>(12 /*location*/, 4 /*size*/, 12, 300);
325 new ForwardReference<int32_t>(16 /*location*/, 4 /*size*/, 16, 400);
347 printf("About to add a new reference to object %d with min location = "
349 "location = %d, alignment = %d, size = %d\n",
547 // Label that needs padding because of the minimum location of the reference.
550 new ForwardReference<int32_t>(0 /*location*/,
563 ref = new ForwardReference<int32_t>(0 /*location*/,
577 ref = new ForwardReference<int32_t>(0 /*location*/,
592 // needed in order to meet the minimum location of the first object.
601 int min_location = 4; // We emit the pool at location 2, so need padding.
604 ForwardReference<int32_t> *ref = new ForwardReference<int32_t>(0 /*location*/,
630 int object_alignment = 4; // We emit the pool at location 2, so need padding.
634 ForwardReference<int32_t> *ref = new ForwardReference<int32_t>(0 /*location*/,
869 new ForwardReference<int32_t>(0 /*location*/, 2 /*size*/, 0, 200);
872 new ForwardReference<int32_t>(8 /*location*/, 2 /*size*/, 8, 500);