Home
last modified time | relevance | path

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

/art/dex2oat/linker/
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()
Doat_writer.cc2104 uint32_t bss_offset = get_bss_offset(index); in CalculateNumberOfIndexBssMappingEntries() local
2895 size_t bss_offset = get_bss_offset(index); in WriteIndexBssMapping() local
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc37 size_t bss_offset, in StoreObjectInBss()
88 size_t bss_offset = IndexBssMappingLookup::GetBssOffset(oat_dex_file->GetTypeBssMapping(), in StoreTypeInBss() local
106 size_t bss_offset = IndexBssMappingLookup::GetBssOffset(oat_dex_file->GetStringBssMapping(), in StoreStringInBss() local
/art/runtime/
Dindex_bss_mapping.h65 uint32_t bss_offset; member
/art/runtime/entrypoints/
Dentrypoint_utils.cc290 size_t bss_offset = IndexBssMappingLookup::GetBssOffset( in MaybeUpdateBssMethodEntry() local
/art/oatdump/
Doatdump.cc1766 size_t bss_offset = entry.bss_offset - POPCOUNT(mask) * slot_size; in DumpBssEntries() local