Home
last modified time | relevance | path

Searched refs:End (Results 76 – 80 of 80) sorted by relevance

1234

/art/dex2oat/linker/
Dimage_writer.cc587 CHECK_EQ(bitmap_section.End(), static_cast<size_t>(image_file->GetLength())) in Write()
2572 size_t cur_pos = RoundUp(dex_cache_arrays_section.End(), sizeof(uint64_t)); in CreateImageSections()
2583 cur_pos = RoundUp(interned_strings_section.End(), sizeof(uint64_t)); in CreateImageSections()
2594 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()
2609 cur_pos = RoundUp(string_reference_offsets.End(), in CreateImageSections()
2618 return make_pair(metadata_section.End(), std::move(sections)); in CreateImageSections()
Doat_writer_test.cc245 if (!elf_writer->End()) { in DoWriteElf()
/art/runtime/hprof/
Dhprof.cc841 for (auto it = records->Begin(), end = records->End(); it != end; ++it) { in PopulateAllocationTrackingTraces()
/art/dex2oat/
Ddex2oat.cc2397 if (!elf_writer->End()) { in WriteOutputFiles()
/art/runtime/
Dclass_linker.cc1493 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences()

1234