Searched refs:callee_reference (Results 1 – 2 of 2) sorted by relevance
287 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference) { in MaybeUpdateBssMethodEntry() argument289 if (callee_reference.dex_file->GetOatDexFile() != nullptr) { in MaybeUpdateBssMethodEntry()291 callee_reference.dex_file->GetOatDexFile()->GetMethodBssMapping(), in MaybeUpdateBssMethodEntry()292 callee_reference.index, in MaybeUpdateBssMethodEntry()293 callee_reference.dex_file->NumMethodIds(), in MaybeUpdateBssMethodEntry()297 const OatFile* oat_file = callee_reference.dex_file->GetOatDexFile()->GetOatFile(); in MaybeUpdateBssMethodEntry()
224 void MaybeUpdateBssMethodEntry(ArtMethod* callee, MethodReference callee_reference);