/aosp12/art/dexlayout/ |
H A D | dex_writer.cc | 244 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 D | dex_ir_builder.cc | 108 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 D | compact_dex_writer.cc | 130 item_->SetOffset(deduped_offset); in ~ScopedDataSectionItem()
|
H A D | dex_ir.h | 219 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 D | multi_range_http_fetcher.cc | 77 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 D | file_fetcher.h | 47 void SetOffset(off_t offset) override { offset_ = offset; } in SetOffset() function
|
H A D | mock_http_fetcher.h | 66 void SetOffset(off_t offset) override { in SetOffset() function
|
H A D | http_fetcher.h | 88 virtual void SetOffset(off_t offset) = 0;
|
H A D | multi_range_http_fetcher.h | 68 void SetOffset(off_t offset) override;
|
/aosp12/art/runtime/mirror/ |
H A D | field.cc | 33 SetOffset<false>(new_value->GetOffset().Int32Value()); in VisitTarget() 96 ret->SetOffset</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>( in CreateFromArtField()
|
H A D | field.h | 133 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
|
/aosp12/system/core/libsparse/ |
H A D | sparse_read.cpp | 68 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 D | art_field.cc | 34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
|
H A D | art_field.h | 109 void SetOffset(MemberOffset num_bytes) REQUIRES_SHARED(Locks::mutator_lock_);
|
/aosp12/frameworks/av/media/codec2/vndk/internal/ |
H A D | C2ParamInternal.h | 27 inline static void SetOffset(C2FieldDescriptor &fd, uint32_t offset) { in SetOffset() function
|
/aosp12/art/dex2oat/linker/ |
H A D | multi_oat_relative_patcher_test.cc | 155 patcher_.SetOffset(ref1, off1); in TEST_F() 165 patcher_.SetOffset(ref2, off2); in TEST_F()
|
H A D | multi_oat_relative_patcher.h | 65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
|
H A D | oat_writer.cc | 1359 relative_patcher_->SetOffset(method_ref, quick_code_offset); in VisitMethod()
|
/aosp12/system/update_engine/ |
H A D | libcurl_http_fetcher.h | 91 void SetOffset(off_t offset) override { bytes_downloaded_ = offset; } in SetOffset() function
|
/aosp12/build/soong/third_party/zip/ |
H A D | writer_test.go | 105 w.SetOffset(int64(n))
|
H A D | writer.go | 41 func (w *Writer) SetOffset(n int64) { func
|
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos_unittest.cc | 126 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 D | merge_zips.go | 739 writer.SetOffset(offset)
|
/aosp12/frameworks/av/media/codec2/vndk/util/ |
H A D | C2InterfaceUtils.cpp | 1122 SetOffset(path.field, offset); in setupPath()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.cc | 7852 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()
|