Home
last modified time | relevance | path

Searched defs:GetOffset (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2ParamInternal.h23 inline static uint32_t GetOffset(const C2FieldDescriptor &fd) { in GetOffset() function
45 inline static uint32_t GetOffset(const C2ParamField &pf) { in GetOffset() function
53 inline static uint32_t GetOffset(const _C2FieldId &f) { in GetOffset() function
/aosp12/art/runtime/mirror/
H A Dfield.h70 int32_t GetOffset() REQUIRES_SHARED(Locks::mutator_lock_) { in GetOffset() function
/aosp12/art/runtime/
H A Dart_field.h92 MemberOffset GetOffset() REQUIRES_SHARED(Locks::mutator_lock_) { in GetOffset() function
/aosp12/art/libdexfile/dex/
H A Dcompact_offset_table.cc38 uint32_t CompactOffsetTable::Accessor::GetOffset(uint32_t index) const { in GetOffset() function in art::CompactOffsetTable::Accessor
/aosp12/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h59 uint32_t GetOffset(MethodReference method_ref) { in GetOffset() function
H A Doat_writer.cc841 size_t GetOffset() const { in GetOffset() function in art::linker::OatWriter::DexMethodVisitor
1420 size_t GetOffset() const { in GetOffset() function in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor
1920 size_t GetOffset() const { in GetOffset() function in art::linker::OatWriter::WriteCodeMethodVisitor
H A Dimage_writer.cc3363 uint32_t ImageWriter::BinSlot::GetOffset() const { in GetOffset() function in art::linker::ImageWriter::BinSlot
/aosp12/art/compiler/optimizing/
H A Dnodes_shared.h169 HInstruction* GetOffset() const { return InputAt(1); } in GetOffset() function
H A Dload_store_analysis.h188 size_t GetOffset() const { return offset_; } in GetOffset() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dmake_cow_from_ab_ota.cpp263 bool GetOffset(uint64_t* offset) const override { in GetOffset() function in android::snapshot::PuffInputStream
295 bool GetOffset(uint64_t* offset) const override { in GetOffset() function in android::snapshot::PuffOutputStream
/aosp12/system/core/libsparse/
H A Dsparse_read.cpp93 int64_t GetOffset() override { return lseek64(fd, 0, SEEK_CUR); } in GetOffset() function in SparseFileFdSource
135 int64_t GetOffset() override { return offset; } in GetOffset() function in SparseFileBufSource
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dlibhwjpeg-exynos.cpp54 off_t GetOffset(unsigned char *addr) { in GetOffset() function in CJpegStreamParser
/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer.cc188 bool GetOffset(uint64_t* offset) const override { in GetOffset() function in chromeos_update_engine::PuffinExtentStream
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc51 ALWAYS_INLINE void GetOffset(uint32_t prefix_index, uint32_t* offset, uint32_t* length) const { in GetOffset() function in art::dexanalyze::PrefixDictionary
/aosp12/system/extras/simpleperf/
H A DJITDebugReader.cpp242 uint64_t GetOffset() const { return file_offset_; } in GetOffset() function in simpleperf::TempSymFile
/aosp12/art/dexlayout/
H A Ddex_ir.h218 uint32_t GetOffset() const { return offset_; } in GetOffset() function
313 uint32_t GetOffset() const WARN_UNUSED { in GetOffset() function