Searched defs:begin_ (Results 1 - 11 of 11) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.h38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
115 const byte* const begin_; member in class:art::DexFileVerifier
H A Dmem_map.h103 return begin_;
156 byte* const begin_; // Start of data. member in class:art::MemMap
H A Doat_file.h165 return reinterpret_cast<T>(begin_ + offset);
168 const byte* begin_; member in class:art::OatFile::OatMethod
322 const byte* begin_; member in class:art::OatFile
H A Ddex_file.h661 const byte* addr = begin_ + class_def.interfaces_off_;
671 return begin_ + class_def.class_data_off_;
680 const byte* addr = begin_ + code_off;
733 const byte* addr = begin_ + proto_id.parameters_off_;
742 return begin_ + class_def.static_values_off_;
766 return begin_ + code_item->debug_info_off_;
866 return begin_;
948 const byte* const begin_; member in class:art::DexFile
/art/runtime/gc/collector/
H A Dimmune_region.h49 return reinterpret_cast<uintptr_t>(obj) - reinterpret_cast<uintptr_t>(begin_) < size_;
52 begin_ = begin;
65 size_ = reinterpret_cast<uintptr_t>(end_) - reinterpret_cast<uintptr_t>(begin_);
68 mirror::Object* begin_; member in class:art::gc::collector::ImmuneRegion
H A Dmark_sweep.cc695 begin_(begin),
702 byte* const begin_; member in class:art::gc::collector::CardScanTask
713 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
714 VLOG(heap) << "Parallel scanning cards " << reinterpret_cast<void*>(begin_) << " - "
826 : MarkStackTask<false>(thread_pool, mark_sweep, 0, NULL), bitmap_(bitmap), begin_(begin),
832 const uintptr_t begin_; member in class:art::gc::collector::RecursiveMarkTask
842 bitmap_->VisitMarkedRange(begin_, end_, visitor);
/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc45 begin_(begin),
49 EXPECT_TRUE(obj >= begin_);
55 const mirror::Object* begin_; member in class:art::gc::accounting::BitmapVerify
H A Datomic_stack.h48 DCHECK(begin_ != NULL);
83 *start_address = &begin_[index];
84 *end_address = &begin_[new_index];
88 DCHECK_EQ(begin_[i], static_cast<T>(0))
98 DCHECK_EQ(begin_[i], static_cast<T>(0)) << "i=" << i;
110 begin_[index] = value;
117 return begin_[back_index_.LoadRelaxed()];
125 return begin_[index];
144 return const_cast<T*>(begin_ + front_index_.LoadRelaxed());
148 return const_cast<T*>(begin_
232 T* begin_; member in class:art::gc::accounting::AtomicStack
[all...]
/art/runtime/gc/space/
H A Dlarge_object_space.h75 return begin_;
103 byte* begin_; member in class:art::gc::space::LargeObjectSpace
H A Dspace.h250 return begin_;
306 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit) {
310 byte* begin_; member in class:art::gc::space::ContinuousSpace
/art/compiler/utils/
H A Darena_allocator.h194 uint8_t* begin_; member in class:art::ArenaAllocator

Completed in 152 milliseconds