Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dstandard_dex_file.cc83 DCHECK(IsInDataSection(&item)); in GetCodeItemSize()
H A Dcompact_dex_file.cc59 DCHECK(IsInDataSection(&item)); in GetCodeItemSize()
H A Dcode_item_accessors-inl.h59 DCHECK(dex_file.IsInDataSection(code_item)); in Init()
H A Ddex_file.h795 bool IsInDataSection(const void* addr) const { in IsInDataSection() function
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc210 if (!dex_file->IsInDataSection(dex_file->Begin() + dex_offset)) { in ADexFile_findMethodAtOffset()