Searched refs:IsSameDexFile (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | sharpening.cc | 278 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()
|
H A D | inliner.cc | 285 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()
|
H A D | stack_map_stream.cc | 216 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile())); in BeginInlineInfoEntry()
|
H A D | instruction_builder.cc | 1080 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()
|
H A D | nodes.cc | 3246 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals() 3266 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
|
H A D | code_generator_x86_64.cc | 273 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode() 1192 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()
|
H A D | code_generator_x86.cc | 291 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode() 5420 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()
|
H A D | nodes.h | 104 inline bool IsSameDexFile(const DexFile& lhs, const DexFile& rhs) { in IsSameDexFile() function
|
H A D | code_generator_arm64.cc | 284 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|
H A D | code_generator_arm_vixl.cc | 532 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
|