Searched refs:IsSameDexFile (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 239 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()
|
D | sharpening.cc | 294 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()
|
D | inliner.cc | 301 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()
|
D | instruction_builder.cc | 1103 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()
|
D | nodes.cc | 3289 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals() 3309 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
|
D | code_generator_x86_64.cc | 326 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode() 1316 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()
|
D | code_generator_x86.cc | 317 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode() 5701 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()
|
D | nodes.h | 107 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
|
D | code_generator_arm64.cc | 291 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
|
D | code_generator_riscv64.cc | 427 DCHECK(IsSameDexFile(cls_->GetDexFile(), riscv64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
|
D | code_generator_arm_vixl.cc | 512 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
|