Home
last modified time | relevance | path

Searched defs:bss_offset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc39 size_t bss_offset, in StoreObjectInBss()
119 size_t bss_offset = IndexBssMappingLookup::GetBssOffset( in StoreTypeInBss() local
164 size_t bss_offset = IndexBssMappingLookup::GetBssOffset( in StoreStringInBss() local
202 size_t bss_offset = IndexBssMappingLookup::GetBssOffset( in StoreMethodTypeInBss() local
/aosp_15_r20/art/dex2oat/linker/
H A Dindex_bss_mapping_encoder.h42 bool TryMerge(uint32_t index, uint32_t bss_offset) { in TryMerge()
64 void Reset(uint32_t method_index, uint32_t bss_offset) { in Reset()
H A Doat_writer.cc2044 uint32_t bss_offset = get_bss_offset(index); in CalculateNumberOfIndexBssMappingEntries() local
2866 size_t bss_offset = get_bss_offset(index); in WriteIndexBssMapping() local
/aosp_15_r20/art/runtime/oat/
H A Dindex_bss_mapping.h66 uint32_t bss_offset; member
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc341 size_t bss_offset = in MaybeUpdateBssMethodEntry() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp777 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp612 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1534 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1689 size_t bss_offset = entry.bss_offset - POPCOUNT(mask) * slot_size; in DumpBssEntries() local