Home
last modified time | relevance | path

Searched refs:shadow_ (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/cfi/
Dcfi.cc108 uptr shadow_; member in __cfi::ShadowBuilder
126 shadow_ = (uptr)MmapNoReserveOrDie(GetShadowSize(), "CFI shadow"); in Start()
127 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in Start()
131 uint16_t *shadow_begin = MemToShadow(begin, shadow_); in AddUnchecked()
132 uint16_t *shadow_end = MemToShadow(end - 1, shadow_) + 1; in AddUnchecked()
144 uint16_t *s = MemToShadow(begin, shadow_); in Add()
145 uint16_t *s_end = MemToShadow(end - 1, shadow_) + 1; in Add()
153 MprotectReadOnly(shadow_, GetShadowSize()); in Install()
157 void *res = mremap((void *)shadow_, GetShadowSize(), GetShadowSize(), in Install()
164 cfi_shadow_limits_storage.limits.start = shadow_; in Install()
[all …]
/external/cronet/base/allocator/partition_allocator/
Dpartition_freelist_entry.h97 shadow_(encoded_next_.Inverted()) in PartitionFreelistEntry()
105 shadow_(encoded_next_.Inverted()) in PartitionFreelistEntry()
114 shadow_(make_shadow_match ? encoded_next_.Inverted() : 12345) in PartitionFreelistEntry()
203 shadow_ = encoded_next_.Inverted(); in SetNext()
213 shadow_ = 0; in ClearForAllocation()
243 bool shadow_ptr_ok = here->encoded_next_.Inverted() == here->shadow_; in IsSane()
276 uintptr_t shadow_; variable
315 PA_DEBUG_DATA_ON_STACK("second", static_cast<size_t>(shadow_)); in GetNextInternal()
/external/ImageMagick/Magick++/lib/
DMontage.cpp120 void Magick::Montage::shadow(bool shadow_) in shadow() argument
122 _shadow=shadow_; in shadow()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h65 void shadow(bool shadow_);