Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
Dstack_map_stream.h91 const DexFile* outer_dex_file = nullptr,
Dinstruction_builder.cc2650 const DexFile* outer_dex_file = outer_compilation_unit_->GetDexFile(); in LoadClassNeedsAccessCheck() local
2653 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()
Dinliner.cc1886 static bool CanEncodeInlinedMethodInStackMap(const DexFile& outer_dex_file, in CanEncodeInlinedMethodInStackMap() argument
1897 if (IsSameDexFile(outer_dex_file, *dex_file)) { in CanEncodeInlinedMethodInStackMap()