/external/v8/src/ |
D | objects-body-descriptors.h | 40 int end_offset, ObjectVisitor* v); 44 int start_offset, int end_offset); 60 int end_offset, ObjectVisitor* v); 65 int start_offset, int end_offset); 72 template <int start_offset, int end_offset, int size> 76 static const int kEndOffset = end_offset; 85 IterateBodyImpl(obj, start_offset, end_offset, v); in IterateBody() 97 IterateBodyImpl<StaticVisitor>(heap, obj, start_offset, end_offset); in IterateBody()
|
D | objects-body-descriptors-inl.h | 34 int end_offset, ObjectVisitor* v) { in IterateBodyImpl() argument 36 IteratePointers(obj, start_offset, end_offset, v); in IterateBodyImpl() 40 IsAligned(end_offset, kPointerSize)); in IterateBodyImpl() 44 for (int offset = start_offset; offset < end_offset;) { in IterateBodyImpl() 46 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) { in IterateBodyImpl() 57 int start_offset, int end_offset) { in IterateBodyImpl() argument 59 IteratePointers<StaticVisitor>(heap, obj, start_offset, end_offset); in IterateBodyImpl() 63 IsAligned(end_offset, kPointerSize)); in IterateBodyImpl() 67 for (int offset = start_offset; offset < end_offset;) { in IterateBodyImpl() 69 if (helper.IsTagged(offset, end_offset, &end_of_region_offset)) { in IterateBodyImpl() [all …]
|
D | layout-descriptor.cc | 191 int offset_in_bytes, int end_offset, in IsTagged() argument 194 DCHECK(IsAligned(end_offset, kPointerSize)); in IsTagged() 195 DCHECK(offset_in_bytes < end_offset); in IsTagged() 197 *out_end_of_contiguous_region_offset = end_offset; in IsTagged() 201 int max_sequence_length = (end_offset - offset_in_bytes) / kPointerSize; in IsTagged()
|
D | layout-descriptor.h | 148 bool IsTagged(int offset_in_bytes, int end_offset,
|
/external/libunwind/src/ia64/ |
D | Gtables.c | 41 uint64_t end_offset; member 89 unw_word_t e_addr = 0, start_offset, end_offset, info_offset; in remote_lookup() local 106 if ((ret = remote_read (e_addr, end_offset)) < 0) in remote_lookup() 109 if (rel_ip >= end_offset) in remote_lookup() 115 if (rel_ip < start_offset || rel_ip >= end_offset) in remote_lookup() 118 e->end_offset = end_offset; in remote_lookup() 143 unw_word_t start_offset, end_offset, info_offset, segbase; in _Uia64_find_dyn_list() local 162 end_offset = e[0].end_offset; in _Uia64_find_dyn_list() 177 || (ret = remote_read (e_addr, end_offset) < 0) in _Uia64_find_dyn_list() 184 if (start_offset != end_offset) in _Uia64_find_dyn_list() [all …]
|
/external/v8/src/heap/ |
D | remembered-set.h | 53 uintptr_t end_offset = end - chunk->address(); in RemoveRange() local 54 DCHECK_LT(start_offset, end_offset); in RemoveRange() 55 if (end_offset < static_cast<uintptr_t>(Page::kPageSize)) { in RemoveRange() 57 static_cast<int>(end_offset), mode); in RemoveRange() 62 int end_chunk = static_cast<int>((end_offset - 1) / Page::kPageSize); in RemoveRange() 68 end_offset - static_cast<uintptr_t>(end_chunk) * Page::kPageSize); in RemoveRange()
|
D | slot-set.h | 86 void RemoveRange(int start_offset, int end_offset, EmptyBucketMode mode) { in RemoveRange() argument 87 CHECK_LE(end_offset, 1 << kPageSizeBits); in RemoveRange() 88 DCHECK_LE(start_offset, end_offset); in RemoveRange() 92 SlotToIndices(end_offset, &end_bucket, &end_cell, &end_bit); in RemoveRange()
|
D | incremental-marking.cc | 199 int end_offset = in VisitFixedArrayIncremental() local 205 HeapObject::RawField(object, end_offset)); in VisitFixedArrayIncremental() 206 start_offset = end_offset; in VisitFixedArrayIncremental() 207 end_offset = Min(object_size, end_offset + kProgressBarScanningChunk); in VisitFixedArrayIncremental()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.h | 56 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, 75 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, in AddAnnotation() argument 84 annotation->set_end(end_offset); in AddAnnotation()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 190 unsigned int start_offset, end_offset; in get_extents() local 194 end_offset = 2 * this->loca->u.shortsZ[glyph + 1]; in get_extents() 199 end_offset = this->loca->u.longsZ[glyph + 1]; in get_extents() 202 if (start_offset > end_offset || end_offset > this->glyf_len) in get_extents() 205 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size) in get_extents()
|
D | hb-ot-layout-gsubgpos-private.hh | 708 unsigned int *end_offset, in match_input() argument 777 *end_offset = skippy_iter.idx - buffer->idx + 1; in match_input()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_batch.c | 94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size; in brw_annotate_aub() local 98 AUB_TRACE_SUBTYPE(type), end_offset); in brw_annotate_aub()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 230 int32_t end_offset, in SearchUShort() argument 244 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort() 285 int32_t end_offset, in SearchULong() argument 300 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong()
|
D | readable_font_data.h | 211 int32_t end_offset, 246 int32_t end_offset,
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 199 const uint32_t end_offset = debug_line_offset + prologue->TotalLength + in parseStatementTable() local 204 while (*offset_ptr < end_offset) { in parseStatementTable() 434 return end_offset; in parseStatementTable()
|
/external/selinux/libsepol/src/ |
D | module.c | 65 long prev_offset, end_offset; in policy_file_length() local 75 end_offset = ftell(fp->fp); in policy_file_length() 76 if (end_offset < 0) in policy_file_length() 77 return end_offset; in policy_file_length() 81 *out = end_offset; in policy_file_length()
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 301 s8 end_offset = (s8)(size - aligned_size); in PoisonAlignedStackMemory() local 307 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory() 313 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 799 unsigned end_offset[PIPE_MAX_ATTRIBS] = {0}; in u_vbuf_upload_buffers() local 837 if (!end_offset[index]) { in u_vbuf_upload_buffers() 839 end_offset[index] = first + size; in u_vbuf_upload_buffers() 843 if (first + size > end_offset[index]) in u_vbuf_upload_buffers() 844 end_offset[index] = first + size; in u_vbuf_upload_buffers() 850 unsigned start, end = end_offset[i]; in u_vbuf_upload_buffers()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 259 const uint32_t end_offset = in parse() local 264 while (*offset_ptr < end_offset) { in parse() 523 return end_offset; in parse()
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 6658 PCRE2_SIZE end_offset = start_offset + 1; in process_data() local 6664 CODE_UNIT(pp, end_offset) == '\n') in process_data() 6665 end_offset++; in process_data() 6671 for (; end_offset < ulen; end_offset++) in process_data() 6672 if ((((PCRE2_SPTR8)pp)[end_offset] & 0xc0) != 0x80) break; in process_data() 6676 for (; end_offset < ulen; end_offset++) in process_data() 6677 if ((((PCRE2_SPTR16)pp)[end_offset] & 0xfc00) != 0xdc00) break; in process_data() 6682 SETFLDVEC(match_data, ovector, 1, end_offset); in process_data() 6741 PCRE2_SIZE end_offset = FLD(match_data, ovector)[1]; in process_data() local 6750 if (FLD(match_data, ovector)[0] == end_offset) in process_data() [all …]
|
/external/v8/tools/ |
D | ll_prof.py | 163 end_offset = self.end_address - self.start_address 165 end_offset = lines[i + 1][0] - address 169 j = bisect.bisect_left(ticks_offsets, end_offset)
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 363 loff_t offset, end_offset, length; in page_in_core() local 374 end_offset = offset + length; in page_in_core() 377 length = end_offset - offset; in page_in_core()
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 959 end_offset = (y+1) * vpr 963 pixels[offset+i:end_offset:skip] 1599 end_offset = (y+1) * vpr 1602 a[offset+i:end_offset:skip] = \
|
/external/elfutils/src/ |
D | unstrip.c | 1588 const GElf_Off end_offset = (shdr_mem.sh_offset in copy_elided_sections() local 1591 if (end_offset > offset) in copy_elided_sections() 1592 offset = end_offset; in copy_elided_sections()
|
/external/vulkan-validation-layers/layers/ |
D | image.cpp | 694 static bool RangesIntersect(int32_t start, uint32_t start_offset, int32_t end, uint32_t end_offset)… in RangesIntersect() argument 697 …x = std::min(static_cast<uint32_t>(start) + start_offset, static_cast<uint32_t>(end) + end_offset); in RangesIntersect()
|