Searched refs:alignment_ (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | WirelessChargeStats.cpp | 81 alignment_ = 0; in ResetChargeMetrics() 97 if (alignment_ == 0 || ((alignment >= 0) && (alignment_ > alignment))) { in CalculateWirelessChargeMetrics() 99 alignment_ = alignment; in CalculateWirelessChargeMetrics()
|
/aosp12/bionic/libc/private/ |
H A D | bionic_elf_tls.h | 56 size_t alignment_ = 1; member 69 size_t alignment() const { return alignment_; } in alignment()
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_elf_tls.cpp | 151 offset_ = round_up_with_overflow_check(offset_, alignment_); in finish_layout() 164 alignment_ = MAX(alignment_, alignment); in reserve()
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | RecordData.cpp | 85 : MallocEntry(pointer, size), alignment_(alignment) {} in MemalignEntry() 88 …return android::base::StringPrintf("%d: memalign %p %zu %zu\n", tid_, pointer_, alignment_, size_); in GetString()
|
H A D | RecordData.h | 140 size_t alignment_;
|
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/ |
H A D | WirelessChargeStats.h | 47 int alignment_; variable
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.h | 79 size_t alignment_ = 1u;
|
H A D | dexanalyze_bytecode.cc | 588 while (buffer_.size() % alignment_ != 0) { in InstNibbles()
|
/aosp12/art/dexlayout/ |
H A D | compact_dex_writer.cc | 112 alignment_(alignment), in ScopedDataSectionItem() 115 stream_->AlignTo(alignment_); in ScopedDataSectionItem() 128 if (deduped_offset != Deduper::kDidNotDedupe && IsAlignedParam(deduped_offset, alignment_)) { in ~ScopedDataSectionItem()
|
H A D | compact_dex_writer.h | 104 const size_t alignment_; variable
|
/aosp12/art/compiler/optimizing/ |
H A D | nodes_vector.h | 340 alignment_(DataType::Size(packed_type), 0) { in HVecMemoryOperation() 344 void SetAlignment(Alignment alignment) { alignment_ = alignment; } in SetAlignment() 346 Alignment GetAlignment() const { return alignment_; } in GetAlignment() 363 Alignment alignment_;
|