Searched refs:GetImtConflictMethod (Results 1 – 6 of 6) sorted by relevance
48 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()70 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
889 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
513 ArtMethod* GetImtConflictMethod();
850 new_method = Runtime::Current()->GetImtConflictMethod(); in RelocateImTable()1757 PointerToUint64(runtime->GetImtConflictMethod()); in WriteImageMethods()
6670 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable()6736 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()8246 imt_conflict_method = runtime_->GetImtConflictMethod(); in FinalizeIfTable()8913 runtime_->GetImtConflictMethod(), in LinkMethods()
2548 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()3469 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()