Home
last modified time | relevance | path

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

1234

/art/runtime/gc/space/
Dbump_pointer_space.h124 return Begin() == End(); in IsEmpty()
133 return byte_obj >= Begin() && byte_obj < End(); in Contains()
Dspace.cc104 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); in Sweep()
Dspace.h274 uint8_t* End() const { in End() function
295 return End() - Begin(); in Size()
/art/runtime/
Delf_file.h71 uint8_t* End() const;
Delf_file_impl.h66 uint8_t* End() const { in End() function
67 return map_.End(); in End()
Doat_file.h313 return End() - Begin(); in Size()
317 return p >= Begin() && p < End(); in Contains()
347 const uint8_t* End() const;
Dvdex_file.h242 const uint8_t* End() const { return mmap_.End(); } in End() function
Doat_file.cc411 DCHECK_LE(*oat, oat_file.End()); in ReadOatDexFileData()
412 if (UNLIKELY(static_cast<size_t>(oat_file.End() - *oat) < sizeof(T))) { in ReadOatDexFileData()
592 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) { in Setup()
1751 const uint8_t* OatFile::End() const { in End() function in art::OatFile
1761 return vdex_->End(); in DexEnd()
1892 if (lookup_table_data_ + TypeLookupTable::RawDataLength(num_class_defs) > GetOatFile()->End()) { in OatDexFile()
1975 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1978 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1984 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1989 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
[all …]
/art/runtime/gc/allocator/
Drosalloc.cc180 … if (it != free_page_runs_.rend() && (last_free_page_run = *it)->End(this) == base_ + footprint_) { in AllocPages()
208 DCHECK_EQ(last_free_page_run->End(this), base_ + new_footprint); in AllocPages()
372 << std::hex << reinterpret_cast<uintptr_t>(fpr->End(this)) << " [" << std::dec in FreePages()
373 … << (fpr->End(this) == End() ? page_map_size_ : ToPageMapIndex(fpr->End(this))) << "]"; in FreePages()
381 << std::hex << reinterpret_cast<uintptr_t>(h->End(this)) << " [" << std::dec in FreePages()
382 << (h->End(this) == End() ? page_map_size_ : ToPageMapIndex(h->End(this))) << "]"; in FreePages()
384 if (fpr->End(this) == h->Begin()) { in FreePages()
417 << std::hex << reinterpret_cast<uintptr_t>(l->End(this)) << " [" << std::dec in FreePages()
418 << (l->End(this) == End() ? page_map_size_ : ToPageMapIndex(l->End(this))) << "]"; in FreePages()
420 if (l->End(this) == fpr->Begin()) { in FreePages()
[all …]
Drosalloc.h72 void* End(RosAlloc* rosalloc) REQUIRES(rosalloc->lock_) { in End() function
378 uintptr_t end = reinterpret_cast<uintptr_t>(End()); in LastSlot()
392 void* End() { in End() function
777 uint8_t* End() { return base_ + capacity_; } in End() function
/art/compiler/debug/
Delf_debug_frame_writer.h210 cfi_section->End(); in WriteCFISection()
229 header_section->End(); in WriteCFISection()
Delf_debug_line_writer.h269 void End() { in End() function
270 builder_->GetDebugLine()->End(); in End()
Delf_symtab_writer.h113 strtab->End(); in WriteDebugSymbols()
/art/runtime/gc/accounting/
Dmod_union_table.cc178 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor); in ProcessCards()
535 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor); in ProcessCards()
574 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize); in Dump()
586 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize); in SetCards()
597 for (uint8_t* addr = space_->Begin(); addr < AlignUp(space_->End(), CardTable::kCardSize); in SetCards()
Dcard_table.cc124 uint8_t* end = mem_map_.End(); in CheckAddrIsInCardTable()
/art/libelffile/elf/
Delf_builder.h142 void End() { in End() function
258 this->End(); in WriteCachedSection()
395 this->End(); in WriteCachedSection()
506 s->End(); in WriteSection()
526 off_t End() { in End() function
548 shstrtab_.End(); in End()
618 return End(); in Strip()
778 build_id_.End(); in WriteBuildIdSection()
/art/runtime/gc/
Dheap-visit-objects-inl.h112 for (auto* it = allocation_stack_->Begin(), *end = allocation_stack_->End(); it < end; ++it) { in VisitObjectsInternal()
/art/libartbase/base/
Dmem_map.h251 uint8_t* End() const { in End() function
268 return Begin() <= addr && addr < End(); in HasAddress()
Darena_allocator.cc290 end_ = new_arena->End(); in AllocFromNewArena()
307 noaccess_end = arena_head_->next_->End(); in AllocFromNewArenaWithMemoryTool()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc129 data.insert(data.end(), main_section->Begin(), main_section->End()); in Create()
Dti_class_definition.h114 reinterpret_cast<uintptr_t>(dex_data_mmap_.End()) > ptr; in ContainsAddress()
/art/runtime/gc/collector/
Dmark_sweep.cc328 reinterpret_cast<uintptr_t>(space->End()), in UpdateAndMarkModUnion()
393 std::vector<StackReference<mirror::Object>> temp(mark_stack_->Begin(), mark_stack_->End()); in ResizeMarkStack()
893 StackReference<mirror::Object>* mark_stack_end = mark_stack_->End(); in ScanGrayObjects()
905 uint8_t* card_end = space->End(); in ScanGrayObjects()
931 DCHECK_EQ(mark_stack_end, mark_stack_->End()); in ScanGrayObjects()
979 space->End(), in ScanGrayObjects()
985 space->End(), in ScanGrayObjects()
1050 uintptr_t end = reinterpret_cast<uintptr_t>(space->End()); in RecursiveMark()
1075 uintptr_t end = reinterpret_cast<uintptr_t>(space->End()); in RecursiveMark()
1399 for (auto* it = mark_stack_->Begin(), *end = mark_stack_->End(); it < end; ) { in ProcessMarkStackParallel()
/art/compiler/utils/
Dassembler_test_base.h220 builder->GetText()->End(); in WriteElf()
221 builder->End(); in WriteElf()
/art/compiler/debug/dwarf/
Ddwarf_test.h84 builder.End(); in Objdump()
/art/runtime/base/
Dtiming_logger.h38 void End() REQUIRES(!GetLock());

1234