Searched refs:current_offset (Results 1 – 6 of 6) sorted by relevance
53 uint32_t current_offset = minimum_offset_; in GetOffset() local55 current_offset += DecodeUnsignedLeb128(&block); in GetOffset()58 return current_offset; in GetOffset()
2307 const size_t current_offset = offset; in CheckIntraSection() local2400 if (offset == current_offset) { in CheckIntraSection()
1014 size_t* current_offset = thread->GetMethodTraceIndexPtr(); in RecordStreamingMethodEvent() local1019 *current_offset = 0; in RecordStreamingMethodEvent()1049 if (*current_offset + required_entries >= kPerThreadBufSize) { in RecordStreamingMethodEvent()1053 *current_offset = 0; in RecordStreamingMethodEvent()1057 int current_index = *current_offset; in RecordStreamingMethodEvent()1074 *current_offset = current_index; in RecordStreamingMethodEvent()
2450 off_t current_offset = out->Seek(0, kSeekCurrent); in WriteRodata() local2451 if (current_offset == static_cast<off_t>(-1)) { in WriteRodata()2454 DCHECK_GE(static_cast<size_t>(current_offset), file_offset + oat_header_->GetHeaderSize()); in WriteRodata()2455 size_t relative_offset = current_offset - file_offset; in WriteRodata()2716 off_t current_offset = out->Seek(0, kSeekCurrent); in WriteHeader() local2717 if (current_offset == static_cast<off_t>(-1)) { in WriteHeader()2744 if (out->Seek(current_offset, kSeekSet) == static_cast<off_t>(-1)) { in WriteHeader()2748 DCHECK_EQ(current_offset, out->Seek(0, kSeekCurrent)); in WriteHeader()
602 size_t current_offset = image_info.GetBinSlotSize(bin); in AssignImageBinSlot() local606 BinSlot new_bin_slot(bin, current_offset); in AssignImageBinSlot()
624 uint32_t current_offset = start_offset; in AddAnnotationsFromMapListSection() local627 const dex::AnnotationItem* annotation = dex_file.GetAnnotationItemAtOffset(current_offset); in AddAnnotationsFromMapListSection()630 current_offset += annotation_item->GetSize(); in AddAnnotationsFromMapListSection()