HomeSort by relevance Sort by last modified time
    Searched refs:size_ (Results 201 - 225 of 482) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/base/platform/
platform-macos.cc 122 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
126 : address_(ReserveRegion(size)), size_(size) { }
130 : address_(NULL), size_(0) {
165 size_ = aligned_size;
185 size_ = 0;
platform-openbsd.cc 160 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
164 : address_(ReserveRegion(size)), size_(size) { }
168 : address_(NULL), size_(0) {
203 size_ = aligned_size;
223 size_ = 0;
platform-qnx.cc 186 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
190 : address_(ReserveRegion(size)), size_(size) { }
194 : address_(NULL), size_(0) {
229 size_ = aligned_size;
249 size_ = 0;
platform-solaris.cc 81 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
85 : address_(ReserveRegion(size)), size_(size) { }
89 : address_(NULL), size_(0) {
124 size_ = aligned_size;
144 size_ = 0;
platform-linux.cc 210 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) {}
213 : address_(ReserveRegion(size)), size_(size) {}
216 : address_(NULL), size_(0) {
248 size_ = aligned_size;
250 __lsan_register_root_region(address_, size_);
266 size_ = 0;
  /external/compiler-rt/lib/asan/
asan_allocator.h 102 uptr size() { return size_; }
105 size_ = 0;
108 uptr size_; member in class:__asan::AsanChunkFifoList
  /external/google-breakpad/src/processor/
stackwalker_unittest_utils.h 108 : base_address_(base_address), size_(size), code_file_(code_file) { }
111 uint64_t size() const { return size_; }
123 uint64_t size_; member in class:MockCodeModule
  /external/tensorflow/tensorflow/core/kernels/batching_util/
batch_scheduler_test.cc 28 explicit FakeTask(size_t size) : size_(size) {}
32 size_t size() const override { return size_; }
35 const size_t size_; member in class:tensorflow::serving::__anon39686::FakeTask
  /external/tensorflow/tensorflow/core/lib/io/
buffered_inputstream.cc 27 size_(buffer_size),
29 buf_.reserve(size_);
49 Status s = input_stream_->ReadNBytes(size_, &buf_);
format.cc 31 assert(size_ != ~static_cast<uint64>(0));
33 core::PutVarint64(dst, size_);
37 if (core::GetVarint64(input, &offset_) && core::GetVarint64(input, &size_)) {
  /external/v8/src/
d8.h 154 : data_(contents.Data()), size_(contents.ByteLength()) {}
156 : data_(contents.Data()), size_(contents.ByteLength()) {}
158 : data_(other.data_), size_(other.size_) {
160 other.size_ = 0;
165 size_ = other.size_;
167 other.size_ = 0;
175 size_t size_; member in class:v8::ExternalizedContents
182 SerializationData() : size_(0) {
207 size_t size_; member in class:v8::SerializationData
    [all...]
  /external/v8/src/snapshot/
serializer-common.h 240 : data_(data), size_(size), owns_data_(false) {}
241 SerializedData() : data_(NULL), size_(0), owns_data_(false) {}
282 int size_; member in class:v8::internal::SerializedData
  /toolchain/binutils/binutils-2.27/gold/
nacl.h 45 : offset_(file_offset), size_(data_size)
52 { return this->size_; }
56 section_size_type size_; member in class:gold::Sniff_file::Location
  /external/stressapptest/src/
pattern.cc 328 size_= 0;
373 size_ = patterncount;
377 logprintf(12, "Log: initialized %d data patterns\n", size_);
388 size_ = 0;
396 if (static_cast<unsigned int>(i) < size_) {
415 if (i < size_) {
  /external/google-breakpad/src/common/linux/
synth_elf.h 145 , offset_label_(offset_label), size_(size) {
152 uint32_t size_; member in struct:google_breakpad::synth_elf::ELF::ElfSection
  /external/libtextclassifier/util/utf8/
unicodetext.h 184 int size_; member in class:libtextclassifier2::UnicodeText::Repr
188 Repr() : data_(nullptr), size_(0), capacity_(0), ours_(true) {}
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /system/core/libunwindstack/
Memory.cpp 203 munmap(&data_[-offset_], size_ + offset_);
231 size_ = buf.st_size - aligned_offset;
233 if (!__builtin_add_overflow(size, offset_, &max_size) && max_size < size_) {
235 size_ = max_size;
237 void* map = mmap(nullptr, size_, PROT_READ, MAP_PRIVATE, fd, aligned_offset);
243 size_ -= offset_;
249 if (addr >= size_) {
253 size_t bytes_left = size_ - static_cast<size_t>(addr);
  /art/compiler/jit/
jit_logger.cc 115 uint32_t size_; // Total size of header member in struct:art::jit::PerfJitHeader
154 uint32_t size_; // Total size of this event record. member in struct:art::jit::PerfJitBase
238 header.size_ = sizeof(header);
277 jit_code.size_ = sizeof(jit_code) + method_name.size() + 1 + code_size;
  /art/runtime/gc/space/
bump_pointer_space-walk-inl.h 80 size_t block_size = header->size_;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 502 size_ = 0;
509 CHECK_LT(i, size_);
513 CHECK_LT(i, size_);
517 CHECK_LE(size_, capacity_);
518 if (size_ == capacity_) {
519 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1);
522 internal_memcpy(&data_[size_++], &element, sizeof(T));
525 CHECK_GT(size_, 0);
526 return data_[size_ - 1];
529 CHECK_GT(size_, 0)
    [all...]
  /external/perfetto/src/base/
watchdog_posix.cc 211 position_ = (position_ + 1) % size_;
219 return MeanForArray(buffer_.get(), size_);
224 buffer_.reset(new uint64_t[size_]());
229 size_ = new_size;

Completed in 800 milliseconds

1 2 3 4 5 6 7 891011>>