Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc232 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind()
327 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
Dinliner.cc284 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn()
302 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn()
1441 if (!IsSameDexFile(inlined_from, inlined_into) && in MayInline()
1791 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) { in CanEncodeInlinedMethodInStackMap()
1863 IsSameDexFile(*outer_compilation_unit_.GetDexFile(), *resolved_method->GetDexFile()); in CanInlineBody()
Dstack_map_stream.cc202 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile())); in BeginInlineInfoEntry()
Dinstruction_builder.cc898 !IsSameDexFile(*actual_method->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ResolveMethod()
1032 if (IsSameDexFile(*target_method.dex_file, *dex_compilation_unit_->GetDexFile())) { in BuildInvoke()
2252 if (!IsSameDexFile(dex_file, *dex_compilation_unit_->GetDexFile())) { in BuildLoadClass()
Dnodes.cc2968 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()
2988 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
Dnodes.h101 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
Dcode_generator_arm64.cc326 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
Dcode_generator_x86_64.cc271 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
Dcode_generator_x86.cc289 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
Dcode_generator_arm_vixl.cc529 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()