Searched refs:IsSameDexFile (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | sharpening.cc | 202 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind() 296 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
|
D | inliner.cc | 285 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn() 303 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn() 1430 if (!IsSameDexFile(inlined_from, inlined_into) && in MayInline() 1476 bool same_dex_file = IsSameDexFile(*outer_compilation_unit_.GetDexFile(), *method->GetDexFile()); in TryBuildAndInline() 1750 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) { in CanEncodeInlinedMethodInStackMap()
|
D | stack_map_stream.cc | 190 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile())); in BeginInlineInfoEntry()
|
D | instruction_builder.cc | 876 !IsSameDexFile(*actual_method->GetDexFile(), *dex_compilation_unit_->GetDexFile())) { in ResolveMethod() 972 if (IsSameDexFile(*resolved_method->GetDexFile(), *dex_compilation_unit_->GetDexFile())) { in BuildInvoke() 1957 if (!IsSameDexFile(dex_file, *dex_compilation_unit_->GetDexFile())) { in BuildLoadClass()
|
D | nodes.cc | 2990 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals() 3032 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
|
D | code_generator_arm64.cc | 324 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
D | nodes.h | 99 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
|
D | code_generator_mips64.cc | 205 DCHECK(IsSameDexFile(cls_->GetDexFile(), mips64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
D | code_generator_x86_64.cc | 268 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
D | code_generator_x86.cc | 286 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
D | code_generator_arm_vixl.cc | 527 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
D | code_generator_mips.cc | 252 DCHECK(IsSameDexFile(cls_->GetDexFile(), mips_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|