Searched defs:End (Results 1 - 20 of 20) sorted by relevance

/art/runtime/gc/collector/
H A Dimmune_region.h65 mirror::Object* End() const { function in class:art::gc::collector::ImmuneRegion
/art/runtime/
H A Delf_file_impl.h72 uint8_t* End() const { function in class:art::ElfFileImpl
73 return map_->End();
H A Dmem_map.h147 uint8_t* End() const { function in class:art::MemMap
164 return Begin() <= addr && addr < End();
H A Dvdex_file.h100 const uint8_t* End() const { return mmap_->End(); } function in class:art::VdexFile
H A Dimage.h60 uint32_t End() const { function
334 // End of oat data address range for this image file.
337 // End of oat file address range. will be after oat_data_end_ for
H A Delf_file.cc295 if (Begin() + offset >= End()) {
689 if (program_header >= End()) {
720 if (section_header >= End()) {
955 if (string >= End()) {
1264 if ((dsptr < Begin() || dsptr >= End()) && !ValidPointer(dsptr)) {
1326 if (segment->Begin() <= start && start < segment->End()) {
1809 uint8_t* ElfFile::End() const { function in class:art::ElfFile
1810 DELEGATE_TO_IMPL(End);
H A Doat_file.cc265 DCHECK_LE(*oat, oat_file.End());
266 if (UNLIKELY(static_cast<size_t>(oat_file.End() - *oat) < sizeof(T))) {
316 if (oat > End()) {
322 if (oat > End()) {
329 End());
377 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) {
1180 const uint8_t* OatFile::End() const { function in class:art::OatFile
1198 return kIsVdexEnabled ? vdex_->End() : End();
1301 if (lookup_table_data_ + TypeLookupTable::RawDataLength(num_class_defs) > GetOatFile()->End()) {
[all...]
/art/compiler/debug/
H A Delf_debug_line_writer.h274 void End(bool write_oat_patches) { function in class:art::debug::ElfDebugLineWriter
275 builder_->GetDebugLine()->End();
H A Delf_debug_info_writer.h79 void End(bool write_oat_patches) { function in class:art::debug::ElfDebugInfoWriter
80 builder_->GetDebugInfo()->End();
/art/compiler/
H A Delf_writer_quick.cc108 bool End() OVERRIDE;
205 builder_->GetRoData()->End();
218 builder_->GetText()->End();
270 bool ElfWriterQuick<ElfTypes>::End() { function in class:art::ElfWriterQuick
271 builder_->End();
292 // End of file.
H A Delf_builder.h156 void End() { function in class:art::FINAL::Section
198 End();
276 this->End();
576 s->End();
584 s->End();
604 void End() { function in class:art::FINAL
624 shstrtab_.End();
791 abiflags_.End();
797 build_id_.End();
/art/compiler/utils/
H A Dswap_space.h56 uintptr_t End() const { function in struct:art::SwapSpace::SpaceChunk
/art/runtime/base/
H A Dtiming_logger.cc57 void CumulativeLogger::End() { function in class:art::CumulativeLogger
H A Darena_allocator.h209 uint8_t* End() { function in class:art::Arena
/art/runtime/gc/accounting/
H A Datomic_stack.h172 StackReference<T>* End() const { function in class:art::gc::accounting::AtomicStack
190 std::sort(Begin(), End(), ObjectComparator());
200 return std::binary_search(Begin(), End(), value, ObjectComparator());
204 for (auto cur = Begin(), end = End(); cur != end; ++cur) {
/art/runtime/gc/space/
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();
107 // GetRangeAtomic returns Begin() and End() atomically, that is, it never returns Begin() and
108 // End() from different allocations.
H A Dregion_space.h451 uint8_t* End() const { function in class:art::gc::space::FINAL::Region
H A Dspace.h275 uint8_t* End() const { function in class:art::gc::space::ContinuousSpace
296 return End() - Begin();
/art/runtime/gc/allocator/
H A Drosalloc.h72 void* End(RosAlloc* rosalloc) REQUIRES(rosalloc->lock_) {
377 uintptr_t end = reinterpret_cast<uintptr_t>(End());
391 void* End() { function in class:art::gc::allocator::RosAlloc::Run
773 uint8_t* End() { return base_ + capacity_; } function in class:art::gc::allocator::RosAlloc
/art/tools/
H A Dcpplint.py755 def End(self): member in class:_FunctionState
1602 # End of #if or #else blocks.
2040 function_state.End()

Completed in 666 milliseconds