Home
last modified time | relevance | path

Searched refs:IsSameDexFile (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc239 if (!IsSameDexFile(*outer_dex_file, *dex_file)) { in BeginInlineInfoEntry()
245 return IsSameDexFile(*df, *dex_file); in BeginInlineInfoEntry()
253 return IsSameDexFile(*df, *dex_file); in BeginInlineInfoEntry()
284 !IsSameDexFile(*outer_dex_file, *method->GetDexFile())) { in BeginInlineInfoEntry()
290 CHECK(IsSameDexFile(*boot_class_path[method_info.GetDexFileIndex()], in BeginInlineInfoEntry()
297 CHECK(IsSameDexFile(*dex_files[method_info.GetDexFileIndex()], *method->GetDexFile())); in BeginInlineInfoEntry()
Dsharpening.cc294 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind()
397 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
Dinliner.cc301 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn()
319 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn()
1451 if (!IsSameDexFile(inlined_from, inlined_into) && in MayInline()
1897 if (IsSameDexFile(outer_dex_file, *dex_file)) { in CanEncodeInlinedMethodInStackMap()
Dinstruction_builder.cc1103 if (IsSameDexFile(*resolved_method_reference.dex_file, in BuildInvoke()
2573 if (!IsSameDexFile(dex_file, *dex_compilation_unit_->GetDexFile())) { in BuildLoadClass()
2654 if (IsSameDexFile(*inner_dex_file, *outer_dex_file)) { in LoadClassNeedsAccessCheck()
Dnodes.cc3289 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()
3309 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
Dcode_generator_x86_64.cc326 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
1316 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()
Dcode_generator_x86.cc317 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
5701 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()
Dnodes.h107 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
Dcode_generator_arm64.cc291 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
Dcode_generator_riscv64.cc427 DCHECK(IsSameDexFile(cls_->GetDexFile(), riscv64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
Dcode_generator_arm_vixl.cc512 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()