Home
last modified time | relevance | path

Searched refs:PtrToOffset (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc158 ALWAYS_INLINE size_t PtrToOffset(const void* ptr) { in PtrToOffset() function in art::dex::DexFileVerifier
167 ALWAYS_INLINE WARN_UNUSED bool PtrToOffset(const void* ptr, /*out*/ size_t* offset) { in PtrToOffset() function in art::dex::DexFileVerifier
547 if (!PtrToOffset(start, &offset)) { in CheckListSize()
592 size_t hdr_offset = PtrToOffset(header_); in CheckValidOffsetAndSize()
1000 size_t offset = PtrToOffset(ptr_); in CheckPadding()
2154 size_t aligned_offset = (PtrToOffset(ptr_) + alignment_mask) & ~alignment_mask; in CheckIntraSectionIterate()
2300 if (!PtrToOffset(ptr_, &aligned_offset)) { in CheckIntraSectionIterate()
2360 size_t data_start = PtrToOffset(data_.begin()); in CheckIntraDataSection()
2361 size_t data_end = PtrToOffset(data_.end()); in CheckIntraDataSection()
2376 if (!PtrToOffset(ptr_, &next_offset) || next_offset > data_end) { in CheckIntraDataSection()
[all …]