Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc95 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreTypeInBss() local
102 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in StoreTypeInBss()
108 const OatFile::BssMappingInfo* mapping_info = outer_oat_file->FindBcpMappingInfo(dex_file); in StoreTypeInBss()
122 StoreObjectInBss(outer_method, outer_oat_file, bss_offset, resolved_type); in StoreTypeInBss()
147 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreStringInBss() local
151 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in StoreStringInBss()
156 const OatFile::BssMappingInfo* mapping_info = outer_oat_file->FindBcpMappingInfo(dex_file); in StoreStringInBss()
167 StoreObjectInBss(outer_method, outer_oat_file, bss_offset, resolved_string); in StoreStringInBss()
185 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreMethodTypeInBss() local
189 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in StoreMethodTypeInBss()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.cc323 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry() local
328 if (oat_dex_file != nullptr && oat_dex_file->GetOatFile() == outer_oat_file) { in MaybeUpdateBssMethodEntry()
333 const OatFile::BssMappingInfo* mapping_info = outer_oat_file->FindBcpMappingInfo(dex_file); in MaybeUpdateBssMethodEntry()
348 DCHECK_NE(outer_oat_file, nullptr); in MaybeUpdateBssMethodEntry()
350 const_cast<uint8_t*>(outer_oat_file->BssBegin() + bss_offset)); in MaybeUpdateBssMethodEntry()
351 DCHECK_GE(method_entry, outer_oat_file->GetBssMethods().data()); in MaybeUpdateBssMethodEntry()
353 outer_oat_file->GetBssMethods().data() + outer_oat_file->GetBssMethods().size()); in MaybeUpdateBssMethodEntry()