Home
last modified time | relevance | path

Searched refs:SetOffset (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/art/dexlayout/
H A Ddex_writer.cc244 header_->StringIds().SetOffset(start); in WriteStringIds()
263 header_->StringDatas().SetOffset(start); in WriteStringDatas()
277 header_->TypeIds().SetOffset(start); in WriteTypeIds()
296 header_->TypeLists().SetOffset(start); in WriteTypeLists()
316 header_->ProtoIds().SetOffset(start); in WriteProtoIds()
333 header_->FieldIds().SetOffset(start); in WriteFieldIds()
350 header_->MethodIds().SetOffset(start); in WriteMethodIds()
624 header_->CodeItems().SetOffset(start); in WriteCodeItems()
653 header_->ClassDefs().SetOffset(start); in WriteClassDefs()
989 item->SetOffset(stream->Tell()); in ProcessOffset()
[all …]
H A Ddex_ir_builder.cc108 item->SetOffset(offset); in CreateAndAddItem()
222 item->SetOffset(offset); in CreateAndAddIndexedItem()
279 header->TypeIds().SetOffset(disk_header.type_ids_off_); in DexIrBuilder()
284 header->ProtoIds().SetOffset(disk_header.proto_ids_off_); in DexIrBuilder()
384 header_->TypeLists().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
393 header_->ClassDatas().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
396 header_->CodeItems().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
399 header_->StringDatas().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
560 header_->CallSiteIds().SetOffset(item->offset_); in CreateCallSitesAndMethodHandles()
918 code_item->SetOffset(offset); in DedupeOrCreateCodeItem()
[all …]
H A Dcompact_dex_writer.cc130 item_->SetOffset(deduped_offset); in ~ScopedDataSectionItem()
H A Ddex_ir.h219 void SetOffset(uint32_t new_offset) { offset_ = new_offset; } in SetOffset() function
318 void SetOffset(uint32_t offset) { offset_ = offset; } in SetOffset() function
/aosp12/system/update_engine/common/
H A Dmulti_range_http_fetcher.cc77 base_fetcher_->SetOffset(range.offset()); in StartTransfer()
196 void MultiRangeHttpFetcher::SetOffset(off_t offset) { in SetOffset() function in chromeos_update_engine::MultiRangeHttpFetcher
202 base_fetcher_->SetOffset(range.offset() + offset); in SetOffset()
H A Dfile_fetcher.h47 void SetOffset(off_t offset) override { offset_ = offset; } in SetOffset() function
H A Dmock_http_fetcher.h66 void SetOffset(off_t offset) override { in SetOffset() function
H A Dhttp_fetcher.h88 virtual void SetOffset(off_t offset) = 0;
H A Dmulti_range_http_fetcher.h68 void SetOffset(off_t offset) override;
/aosp12/art/runtime/mirror/
H A Dfield.cc33 SetOffset<false>(new_value->GetOffset().Int32Value()); in VisitTarget()
96 ret->SetOffset</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in CreateFromArtField()
H A Dfield.h133 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
/aosp12/system/core/libsparse/
H A Dsparse_read.cpp68 virtual int SetOffset(int64_t offset) = 0;
95 int SetOffset(int64_t offset) override { in SetOffset() function in SparseFileFdSource
137 int SetOffset(int64_t off) override { in SetOffset() function in SparseFileBufSource
520 ret = source->SetOffset(0); in sparse_file_import_source()
/aosp12/art/runtime/
H A Dart_field.cc34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
H A Dart_field.h109 void SetOffset(MemberOffset num_bytes) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2ParamInternal.h27 inline static void SetOffset(C2FieldDescriptor &fd, uint32_t offset) { in SetOffset() function
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher_test.cc155 patcher_.SetOffset(ref1, off1); in TEST_F()
165 patcher_.SetOffset(ref2, off2); in TEST_F()
H A Dmulti_oat_relative_patcher.h65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
H A Doat_writer.cc1359 relative_patcher_->SetOffset(method_ref, quick_code_offset); in VisitMethod()
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.h91 void SetOffset(off_t offset) override { bytes_downloaded_ = offset; } in SetOffset() function
/aosp12/build/soong/third_party/zip/
H A Dwriter_test.go105 w.SetOffset(int64(n))
H A Dwriter.go41 func (w *Writer) SetOffset(n int64) { func
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc126 http_fetcher->SetOffset(1); in StartProcessorInRunLoop()
580 http_fetcher->SetOffset(action_test->start_at_offset_); in StartDownload()
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go739 writer.SetOffset(offset)
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceUtils.cpp1122 SetOffset(path.field, offset); in setupPath()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc7852 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup
7885 SetOffset(offset_in_constant_table); in CreateJumpTable()

12