Searched refs:first_header (Results 1 – 2 of 2) sorted by relevance
2494 const ImageHeader& first_header = spaces.front()->GetImageHeader(); in DoRelocateSpaces() local2495 uint32_t image_begin = reinterpret_cast32<uint32_t>(first_header.GetImageBegin()); in DoRelocateSpaces()2496 uint32_t image_size = first_header.GetImageReservationSize(); in DoRelocateSpaces()2498 uint32_t source_begin = kExtension ? first_header.GetBootImageBegin() : image_begin; in DoRelocateSpaces()2499 uint32_t source_size = kExtension ? first_header.GetBootImageSize() + image_size : image_size; in DoRelocateSpaces()2501 DCHECK_EQ(first_header.GetBootImageBegin() + first_header.GetBootImageSize(), image_begin); in DoRelocateSpaces()2537 simple_relocate_visitor(first_header.GetImageRoots<kWithoutReadBarrier>().Ptr()); in DoRelocateSpaces()
66 CarUiHeaderListItem header = new CarUiHeaderListItem(getString(R.string.first_header)); in generateSampleData()