Searched defs:end_ (Results 1 - 9 of 9) sorted by relevance

/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc47 end_(end) {}
51 EXPECT_TRUE(obj <= end_);
57 const mirror::Object* end_; member in class:art::gc::accounting::BitmapVerify
/art/runtime/
H A Dmapping_table.h67 table_(table), element_(element), end_(table_->DexToPcSize()), encoded_table_ptr_(NULL),
85 if (element_ != end_) { // Avoid reading beyond the end of the table.
101 uint32_t element_; // A value in the range 0 to end_.
102 const uint32_t end_; // Equal to table_->DexToPcSize(). member in class:art::MappingTable::DexToPcIterator
140 table_(table), element_(element), end_(table_->PcToDexSize()), encoded_table_ptr_(NULL),
158 if (element_ != end_) { // Avoid reading beyond the end of the table.
175 const uint32_t end_; // Equal to table_->PcToDexSize(). member in class:art::MappingTable::PcToDexIterator
H A Doat_file.h247 const byte* end_; member in class:art::OatFile
/art/compiler/dex/
H A Darena_allocator.h107 if (UNLIKELY(ptr_ + bytes > end_)) {
132 uint8_t* end_; member in class:art::ArenaAllocator
/art/runtime/gc/space/
H A Dlarge_object_space.h124 return end_;
223 byte* const end_; member in class:art::gc::space::FreeListSpace
H A Dspace.h190 return end_;
217 Space(name, gc_retention_policy), begin_(begin), end_(end) {
225 byte* end_; member in class:art::gc::space::ContinuousSpace
/art/runtime/jdwp/
H A Djdwp.h402 size_t size() { return end_ - p_; }
423 const uint8_t* end_; member in class:art::JDWP::Request
/art/runtime/gc/collector/
H A Dmark_sweep.cc750 end_(end),
757 byte* const end_;
767 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
770 << reinterpret_cast<void*>(end_) << " = " << cards_scanned;
908 end_(end) {
914 const uintptr_t end_; member in class:art::gc::collector::RecursiveMarkTask
923 bitmap_->VisitMarkedRange(begin_, end_, visitor);
/art/compiler/driver/
H A Dcompiler_driver.cc1401 end_(end),
1407 if (UNLIKELY(index >= end_)) {
1421 const size_t end_; member in class:art::ParallelCompilationManager::ForAllClosure

Completed in 167 milliseconds