Searched refs:End (Results 1 - 25 of 69) sorted by relevance

123

/art/runtime/gc/space/
H A Dmalloc_space.cc50 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(mem_map->End()), kGcCardSize);
132 uint8_t* original_end = End();
166 SetEnd(reinterpret_cast<uint8_t*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize)));
168 DCHECK_ALIGNED(End(), accounting::CardTable::kCardSize);
170 DCHECK_ALIGNED(End(), kPageSize);
179 << "End " << reinterpret_cast<const void*>(End()) << "\n"
192 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name,
195 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity,
202 *out_malloc_space = CreateInstance(mem_map.release(), alloc_space_name, allocator, End(), en
[all...]
H A Dzygote_space.cc51 reinterpret_cast<uintptr_t>(mem_map->End()), visitor);
66 : ContinuousMemMapAllocSpace(name, mem_map, mem_map->Begin(), mem_map->End(), mem_map->End(),
74 << ",end=" << reinterpret_cast<void*>(End())
H A Dregion_space.cc48 : ContinuousMemMapAllocSpace(name, mem_map, mem_map->Begin(), mem_map->End(), mem_map->End(),
66 CHECK_EQ(static_cast<size_t>(regions_[i].End() - regions_[i].Begin()), kRegionSize);
68 CHECK_EQ(regions_[i].End(), regions_[i + 1].Begin());
71 CHECK_EQ(regions_[num_regions_ - 1].End(), Limit());
197 rb_table->Clear(r->Begin(), r->End());
234 if (current_region_->End() - current_region_->Top() > 0) {
235 max_contiguous_allocation = current_region_->End() - current_region_->Top();
349 r->SetTop(r->End());
352 self->SetTlab(r->Begin(), r->End());
[all...]
H A Dbump_pointer_space.cc57 : ContinuousMemMapAllocSpace(name, mem_map, mem_map->Begin(), mem_map->Begin(), mem_map->End(),
59 growth_end_(mem_map->End()),
87 << reinterpret_cast<void*>(Begin()) << "-" << reinterpret_cast<void*>(End()) << " - "
158 uint8_t* end = End();
196 CHECK_LE(reinterpret_cast<const uint8_t*>(end_obj), End());
268 size_t max_contiguous_allocation = Limit() - End();
H A Dlarge_object_space.h86 uint8_t* End() const { function in class:art::gc::space::LargeObjectSpace
91 return End() - Begin();
96 return Begin() <= byte_obj && byte_obj < End();
H A Dlarge_object_space.cc150 auto* obj_end = reinterpret_cast<mirror::Object*>(mem_map->End());
235 callback(mem_map->Begin(), mem_map->End(), mem_map->Size(), arg);
333 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_->End()));
360 return new FreeListSpace(name, mem_map, mem_map->Begin(), mem_map->End());
412 << reinterpret_cast<void*>(End());
507 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
540 << " end: " << reinterpret_cast<void*>(End()) << "\n";
599 if (Begin() >= End()) {
610 reinterpret_cast<uintptr_t>(End()), SweepCallback, &scc);
/art/runtime/gc/collector/
H A Dimmune_region.h65 mirror::Object* End() const { function in class:art::gc::collector::ImmuneRegion
H A Dimmune_spaces_test.cc49 map->End()),
109 std::unique_ptr<DummyOatFile> oat_file(new DummyOatFile(oat_map->Begin(), oat_map->End()));
201 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()), b.Limit());
233 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()),
248 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()), space.Limit());
307 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()),
318 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()),
342 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()),
364 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()), space5->Limit());
H A Dimmune_spaces.cc58 reinterpret_cast<uintptr_t>(image_oat_file->End()),
103 << largest_immune_region_.End();
H A Dmark_compact.cc96 reinterpret_cast<uintptr_t>(space_->End()),
247 std::vector<StackReference<mirror::Object>> temp(mark_stack_->Begin(), mark_stack_->End());
359 reinterpret_cast<uintptr_t>(space->End()),
371 reinterpret_cast<uintptr_t>(space_->End()),
385 int64_t bytes_freed = reinterpret_cast<int64_t>(space_->End()) -
510 reinterpret_cast<uintptr_t>(space_->End()),
/art/compiler/debug/
H A Delf_symtab_writer.h99 strtab->End();
105 symtab->End();
H A Delf_debug_writer.cc76 line_writer.End(write_oat_patches);
87 info_writer.End(write_oat_patches);
127 builder->End();
159 info_writer.End(false /* write_oat_patches */);
161 builder->End();
H A Delf_gnu_debugdata_writer.h100 builder->End();
/art/compiler/
H A Delf_writer_quick.cc105 bool End() OVERRIDE;
192 builder_->GetRoData()->End();
205 builder_->GetText()->End();
268 bool ElfWriterQuick<ElfTypes>::End() { function in class:art::ElfWriterQuick
269 builder_->End();
H A Delf_writer.h64 virtual bool End() = 0;
/art/runtime/gc/accounting/
H A Dread_barrier_table.h74 p < reinterpret_cast<uint32_t*>(mem_map_->End()); ++p) {
108 uint8_t* end = mem_map_->End();
H A Datomic_stack.h170 StackReference<T>* End() const { function in class:art::gc::accounting::AtomicStack
188 std::sort(Begin(), End(), ObjectComparator());
198 return std::binary_search(Begin(), End(), value, ObjectComparator());
202 for (auto cur = Begin(), end = End(); cur != end; ++cur) {
H A Dcard_table.cc103 uint8_t* card_end = CardFromAddr(space->End()); // Make sure to round up.
139 uint8_t* end = mem_map_->End();
H A Dcard_table-inl.h214 << " end: " << reinterpret_cast<void*>(mem_map_->End());
229 uint8_t* end = mem_map_->End();
237 << " end: " << reinterpret_cast<void*>(mem_map_->End());
/art/compiler/utils/
H A Dswap_space.cc178 CHECK_LE(prev->End(), chunk.Start());
179 if (prev->End() == chunk.Start()) {
190 CHECK_LE(chunk.End(), it->Start());
191 if (chunk.End() == it->Start()) {
/art/runtime/base/
H A Dscoped_arena_allocator.cc69 top_end_ = top_arena_->End();
144 mark_end_ = arena_stack_->top_end_ = mark_arena_->End();
/art/runtime/
H A Dmem_map.h150 uint8_t* End() const { function in class:art::MemMap
167 return Begin() <= addr && addr < End();
H A Delf_file.h66 uint8_t* End() const;
H A Doat_file.h226 return End() - Begin();
230 return p >= Begin() && p < End();
238 const uint8_t* End() const;
H A Doat_file.cc225 DCHECK_LE(*oat, oat_file.End());
226 if (UNLIKELY(static_cast<size_t>(oat_file.End() - *oat) < sizeof(T))) {
246 if (oat > End()) {
252 if (oat > End()) {
259 End());
282 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) {
1060 const uint8_t* OatFile::End() const { function in class:art::OatFile
1187 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
1190 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation();
1196 CHECK_LT(type_pointer, oat_file_->End()) << oat_file
[all...]

Completed in 163 milliseconds

123