Lines Matching refs:GetDexFile
87 const DexFile* dex_file = caller->GetDexFile(); in StoreTypeInBss()
90 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreTypeInBss()
91 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreTypeInBss()
95 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreTypeInBss()
139 const DexFile* dex_file = caller->GetDexFile(); in StoreStringInBss()
142 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreStringInBss()
143 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreStringInBss()
147 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreStringInBss()
177 const DexFile* dex_file = caller->GetDexFile(); in StoreMethodTypeInBss()
180 if (outer_method->GetDexFile()->GetOatDexFile() == nullptr || in StoreMethodTypeInBss()
181 outer_method->GetDexFile()->GetOatDexFile()->GetOatFile() == nullptr) { in StoreMethodTypeInBss()
185 const OatFile* outer_oat_file = outer_method->GetDexFile()->GetOatDexFile()->GetOatFile(); in StoreMethodTypeInBss()