Home
last modified time | relevance | path

Searched defs:GetImageOffset (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_file.h50 const std::optional<int32_t>& GetImageOffset() const { return image_offset_; } in GetImageOffset() function
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc593 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() function in art::linker::ImageWriter