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,
2650 const DexFile* outer_dex_file = outer_compilation_unit_->GetDexFile(); in LoadClassNeedsAccessCheck() local2653 outer_dex_file->GetClassDef(outer_compilation_unit_->GetClassDefIndex()); in LoadClassNeedsAccessCheck()2654 if (IsSameDexFile(*inner_dex_file, *outer_dex_file)) { in LoadClassNeedsAccessCheck()2660 outer_dex_file->GetTypeDescriptorView(outer_class_def.class_idx_); in LoadClassNeedsAccessCheck()
1886 static bool CanEncodeInlinedMethodInStackMap(const DexFile& outer_dex_file, in CanEncodeInlinedMethodInStackMap() argument1897 if (IsSameDexFile(outer_dex_file, *dex_file)) { in CanEncodeInlinedMethodInStackMap()