Home
last modified time | relevance | path

Searched refs:outer_dex_file (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dstack_map_stream.cc217 const DexFile* outer_dex_file, in BeginInlineInfoEntry() argument
239 if (!IsSameDexFile(*outer_dex_file, *dex_file)) { in BeginInlineInfoEntry()
284 !IsSameDexFile(*outer_dex_file, *method->GetDexFile())) { in BeginInlineInfoEntry()
H A Dstack_map_stream.h91 const DexFile* outer_dex_file = nullptr,
H A Dinstruction_builder.cc2721 const DexFile* outer_dex_file = outer_compilation_unit_->GetDexFile(); in LoadClassNeedsAccessCheck() local
2724 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()
H A Dinliner.cc1891 static bool CanEncodeInlinedMethodInStackMap(const DexFile& outer_dex_file, in CanEncodeInlinedMethodInStackMap() argument
1902 if (IsSameDexFile(outer_dex_file, *dex_file)) { in CanEncodeInlinedMethodInStackMap()