Lines Matching refs:min_location
212 int32_t min_location = 0; in GetMinLocation() local
218 if (ref->GetMinLocation() > min_location) in GetMinLocation()
219 min_location = ref->GetMinLocation(); in GetMinLocation()
221 return min_location; in GetMinLocation()
600 int min_location = 4; // We emit the pool at location 2, so need padding. in TEST() local
605 min_location, in TEST()
617 VIXL_ASSERT(new_pc == min_location + object_size); in TEST()
630 int min_location = 0; // Do not restrict this for this test. in TEST() local
635 min_location, in TEST()
662 int32_t min_location = pc; in AddNBranches() local
667 min_location, in AddNBranches()