Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc278 if (!IsSameDexFile(load_class->GetDexFile(), *dex_compilation_unit.GetDexFile())) { in ComputeLoadClassKind()
375 Handle<mirror::DexCache> dex_cache = IsSameDexFile(dex_file, *dex_compilation_unit.GetDexFile()) in ProcessLoadString()
Dstack_map_stream.cc216 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile())); in BeginInlineInfoEntry()
Dinliner.cc285 if (IsSameDexFile(*method->GetDexFile(), dex_file)) { in FindMethodIndexIn()
303 } else if (IsSameDexFile(cls->GetDexFile(), dex_file)) { in FindClassIndexIn()
1315 if (!IsSameDexFile(inlined_from, inlined_into) && in MayInline()
1694 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) { in CanEncodeInlinedMethodInStackMap()
Dinstruction_builder.cc1080 if (IsSameDexFile(*resolved_method_reference.dex_file, in BuildInvoke()
2387 if (!IsSameDexFile(dex_file, *dex_compilation_unit_->GetDexFile())) { in BuildLoadClass()
2468 if (IsSameDexFile(*inner_dex_file, *outer_dex_file)) { in LoadClassNeedsAccessCheck()
Dnodes.cc3246 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()
3266 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
Dcode_generator_x86_64.cc273 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
1192 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()
Dcode_generator_x86.cc291 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
5420 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()
Dnodes.h104 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
Dcode_generator_arm64.cc284 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
Dcode_generator_arm_vixl.cc532 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()