Home
last modified time | relevance | path

Searched defs:SetOffset (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/runtime/
H A Dart_field.cc34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
/aosp12/system/update_engine/common/
H A Dfile_fetcher.h47 void SetOffset(off_t offset) override { offset_ = offset; } in SetOffset() function
H A Dmulti_range_http_fetcher.cc196 void MultiRangeHttpFetcher::SetOffset(off_t offset) { in SetOffset() function in chromeos_update_engine::MultiRangeHttpFetcher
H A Dmock_http_fetcher.h66 void SetOffset(off_t offset) override { in SetOffset() function
/aosp12/art/runtime/mirror/
H A Dfield.h133 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2ParamInternal.h27 inline static void SetOffset(C2FieldDescriptor &fd, uint32_t offset) { in SetOffset() function
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.h91 void SetOffset(off_t offset) override { bytes_downloaded_ = offset; } in SetOffset() function
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
/aosp12/system/core/libsparse/
H A Dsparse_read.cpp95 int SetOffset(int64_t offset) override { in SetOffset() function in SparseFileFdSource
137 int SetOffset(int64_t off) override { in SetOffset() function in SparseFileBufSource
/aosp12/build/soong/third_party/zip/
H A Dwriter.go41 func (w *Writer) SetOffset(n int64) { func
/aosp12/art/dexlayout/
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/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
H A Dcode_generator_x86.cc8770 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup