HomeSort by relevance Sort by last modified time
    Searched refs:begin_ (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 29 , begin_()
35 if (begin_)
36 internal_free(begin_);
40 if (begin_)
41 internal_free(begin_);
42 begin_ = 0;
48 return end_ - begin_;
52 DCHECK_LT(i, end_ - begin_);
53 return begin_[i];
57 DCHECK_LT(i, end_ - begin_);
95 T *begin_; member in class:__tsan::Vector
    [all...]
  /external/libchrome/base/timer/
elapsed_timer.cc 10 begin_ = TimeTicks::Now();
14 return TimeTicks::Now() - begin_;
elapsed_timer.h 23 TimeTicks begin_; member in class:base::ElapsedTimer
  /art/runtime/gc/collector/
immune_region.h 48 return reinterpret_cast<uintptr_t>(obj) - reinterpret_cast<uintptr_t>(begin_) < size_;
52 begin_ = begin;
62 return begin_;
75 size_ = reinterpret_cast<uintptr_t>(end_) - reinterpret_cast<uintptr_t>(begin_);
78 mirror::Object* begin_; member in class:art::gc::collector::ImmuneRegion
  /external/v8/src/base/
iterator.h 30 iterator_range() : begin_(), end_() {}
33 : begin_(begin), end_(end) {}
35 iterator begin() { return begin_; }
37 const_iterator begin() const { return begin_; }
39 const_iterator cbegin() const { return begin_; }
49 const_iterator const begin_; member in class:v8::base::iterator_range
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorystream.h 37 MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {}
41 size_t Tell() const { return static_cast<size_t>(src_ - begin_); }
54 const Ch* begin_; //!< Original head of the string. member in struct:MemoryStream
  /art/runtime/gc/accounting/
atomic_stack.h 66 DCHECK(begin_ != nullptr);
103 *start_address = begin_ + index;
104 *end_address = begin_ + new_index;
108 DCHECK_EQ(begin_[i].AsMirrorPtr(), static_cast<T*>(nullptr))
118 DCHECK_EQ(begin_[i].AsMirrorPtr(), static_cast<T*>(nullptr)) << "i=" << i;
130 begin_[index].Assign(value);
137 return begin_[back_index_.LoadRelaxed()].AsMirrorPtr();
145 return begin_[index];
168 return begin_ + front_index_.LoadRelaxed();
171 return begin_ + back_index_.LoadRelaxed()
261 StackReference<T>* begin_; member in class:art::gc::accounting::AtomicStack
    [all...]
space_bitmap_test.cc 45 begin_(begin),
49 EXPECT_TRUE(obj >= begin_);
55 const mirror::Object* begin_; member in class:art::gc::accounting::BitmapVerify
  /bionic/linker/
linker_reloc_iterators.h 37 : begin_(rel_array), end_(begin_ + count), current_(begin_) {}
47 rel_t* const begin_; member in class:plain_reloc_iterator
  /external/libweave/include/weave/
enum_to_string.h 35 const Map* begin() const { return begin_; }
41 : begin_(map), end_(map + size) {}
43 const Map* begin_; member in class:weave::final
  /art/cmdline/
token_range.h 42 begin_(token_list_->begin()),
50 begin_(token_list_->begin()),
60 begin_(token_list_->begin()),
70 begin_(token_list_->begin()),
77 begin_(token_list_->begin()),
86 begin_(it_begin),
101 begin_(token_list_->begin()),
145 return begin_;
155 return std::distance(begin_, end_);
166 return *(begin_ + offset)
420 const iterator begin_; member in struct:art::TokenRange
    [all...]
  /art/runtime/
oat_file-inl.h 39 return reinterpret_cast<const uint8_t*>(method_header) - begin_;
47 return reinterpret_cast<const uint8_t*>(&method_header->code_size_) - begin_;
76 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u);
84 return reinterpret_cast<const uint8_t*>(&method_header->vmap_table_offset_) - begin_;
dex_file_verifier.cc 183 const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_);
336 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ +
507 (reinterpret_cast<const DexFile::FieldId*>(begin_ + header_->field_ids_off_) + idx)->
548 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + idx)->
583 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) {
775 (reinterpret_cast<const DexFile::FieldId*>(begin_ + header_->field_ids_off_) + index)->
779 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + index)->
791 reinterpret_cast<const DexFile::ClassDef*>(begin_ + header_->class_defs_off_);
    [all...]
oat_file.h 135 : begin_(base), code_offset_(code_offset) {
154 return reinterpret_cast<T>(begin_ + offset);
157 const uint8_t* begin_; member in class:art::OatFile::FINAL
277 const uint8_t* begin_; member in class:art::OatFile
323 friend class gc::collector::DummyOatFile; // For modifying begin_ and end_.
dex_file-inl.h 29 const uint8_t* ptr = begin_ + string_id.string_data_off_;
36 const uint8_t* ptr = begin_ + string_id.string_data_off_;
mem_map.h 140 return begin_;
221 uint8_t* const begin_; // Start of data. member in class:art::MemMap
dex_file.h 721 const uint8_t* addr = begin_ + class_def.interfaces_off_;
731 return begin_ + class_def.class_data_off_;
741 const uint8_t* addr = begin_ + code_off;
794 const uint8_t* addr = begin_ + proto_id.parameters_off_;
803 return begin_ + class_def.static_values_off_;
830 return begin_ + code_item->debug_info_off_;
883 return reinterpret_cast<const AnnotationsDirectoryItem*>(begin_ + class_def.annotations_off_);
891 return reinterpret_cast<const AnnotationSetItem*>(begin_ + anno_dir->class_annotations_off_);
1235 const uint8_t* const begin_; member in class:art::DexFile
    [all...]
mem_map.cc 500 : name_(name), begin_(begin), size_(size), base_begin_(base_begin), base_size_(base_size),
503 CHECK(begin_ == nullptr);
507 CHECK(begin_ != nullptr);
522 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_);
523 DCHECK_ALIGNED(begin_, kPageSize);
527 uint8_t* old_end = begin_ + size_;
534 size_ = new_end - reinterpret_cast<uint8_t*>(begin_);
536 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_);
604 MEMORY_TOOL_MAKE_DEFINED(base_begin, begin_ - base_begin);
606 MEMORY_TOOL_MAKE_NOACCESS(base_begin, begin_ - base_begin)
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 80 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
85 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(),
118 begin_ = beginDoc;
121 current_ = begin_;
172 currentValue().setOffsetLimit(current_ - begin_);
176 currentValue().setOffsetLimit(current_ - begin_);
186 currentValue().setOffsetStart(token.start_ - begin_);
187 currentValue().setOffsetLimit(token.end_ - begin_);
191 currentValue().setOffsetStart(token.start_ - begin_);
192 currentValue().setOffsetLimit(token.end_ - begin_);
    [all...]
  /art/runtime/gc/space/
region_space.h 237 begin_(nullptr), top_(nullptr), end_(nullptr),
243 : idx_(idx), begin_(begin), top_(begin), end_(end),
260 top_ = begin_;
267 memset(begin_, 0, end_ - begin_);
269 madvise(begin_, end_ - begin_, MADV_DONTNEED);
283 DCHECK_EQ(begin_, top_);
324 DCHECK_LT(begin_ + 1 * MB, top_);
333 DCHECK_EQ(begin_, top_)
465 uint8_t* begin_; \/\/ The begin address of the region. member in class:art::gc::space::FINAL::Region
    [all...]
malloc_space.cc 126 SetEnd(begin_ + growth_limit);
167 DCHECK_ALIGNED(begin_, accounting::CardTable::kCardSize);
169 DCHECK_ALIGNED(begin_, kPageSize);
178 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n"
space.h 271 return begin_;
327 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit) {
331 uint8_t* begin_; member in class:art::gc::space::ContinuousSpace
  /external/clang/test/SemaCXX/
for-range-examples.cpp 16 value_range(const T &a, const T &b) : begin_(a), end_(b) {}
17 value_range_iter<T> begin_, end_; member in struct:value_range_detail::value_range
21 value_range_iter<T> begin(const value_range<T> &r) { return r.begin_; }
94 T begin_, end_; member in struct:map_range::iter_pair
95 iter_pair(T begin, T end) : begin_(begin), end_(end) {}
97 template<typename T> T begin(iter_pair<T> p) { return p.begin_; }
  /art/runtime/base/
arena_allocator.cc 292 size_t total = ptr_ - begin_;
304 begin_(nullptr),
314 arena_head_->bytes_allocated_ = ptr_ - begin_;
372 begin_ = new_arena->Begin();
373 ptr_ = begin_ + bytes;
380 if (ptr >= begin_ && ptr < end_) {
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 169 ArrayWrapper(T* array, size_t size) : begin_(array), end_(array + size) {}
171 T* begin() { return begin_; }
175 T* begin_; member in class:keymaster::ArrayWrapper

Completed in 620 milliseconds

1 2 3