Searched defs:End (Results 1 - 19 of 19) 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.h150 uint8_t* End() const { function in class:art::MemMap
167 return Begin() <= addr && addr < End();
H A Dimage.h59 uint32_t End() const { function
314 // End of oat data address range for this image file.
317 // End of oat file address range. will be after oat_data_end_ for
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...]
H A Delf_file.cc290 if (Begin() + offset >= End()) {
684 if (program_header >= End()) {
715 if (section_header >= End()) {
950 if (string >= End()) {
1259 if ((dsptr < Begin() || dsptr >= End()) && !ValidPointer(dsptr)) {
1321 if (segment->Begin() <= start && start < segment->End()) {
1803 uint8_t* ElfFile::End() const { function in class:art::ElfFile
1804 DELEGATE_TO_IMPL(End);
/art/compiler/debug/
H A Delf_debug_line_writer.h273 void End(bool write_oat_patches) { function in class:art::debug::ElfDebugLineWriter
274 builder_->GetDebugLine()->End();
H A Delf_debug_info_writer.h78 void End(bool write_oat_patches) { function in class:art::debug::ElfDebugInfoWriter
79 builder_->GetDebugInfo()->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_builder.h151 void End() { function in class:art::FINAL::Section
193 End();
271 this->End();
526 s->End();
534 s->End();
554 void End() { function in class:art::FINAL
574 shstrtab_.End();
730 abiflags_.End();
/art/compiler/utils/
H A Dswap_space.h54 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.h205 uint8_t* End() { function in class:art::Arena
/art/runtime/gc/accounting/
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) {
/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();
H A Dregion_space.h444 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 394 milliseconds