Searched refs:outer_dex_file (Results 1 – 4 of 4) sorted by relevance
217 const DexFile* outer_dex_file, in BeginInlineInfoEntry() argument239 if (!IsSameDexFile(*outer_dex_file, *dex_file)) { in BeginInlineInfoEntry()284 !IsSameDexFile(*outer_dex_file, *method->GetDexFile())) { in BeginInlineInfoEntry()
91 const DexFile* outer_dex_file = nullptr,
2721 const DexFile* outer_dex_file = outer_compilation_unit_->GetDexFile(); in LoadClassNeedsAccessCheck() local2724 outer_dex_file->GetClassDef(outer_compilation_unit_->GetClassDefIndex()); in LoadClassNeedsAccessCheck()2725 if (IsSameDexFile(*inner_dex_file, *outer_dex_file)) { in LoadClassNeedsAccessCheck()2731 outer_dex_file->GetTypeDescriptorView(outer_class_def.class_idx_); in LoadClassNeedsAccessCheck()
1891 static bool CanEncodeInlinedMethodInStackMap(const DexFile& outer_dex_file, in CanEncodeInlinedMethodInStackMap() argument1902 if (IsSameDexFile(outer_dex_file, *dex_file)) { in CanEncodeInlinedMethodInStackMap()