Searched refs:GetImtConflictMethod (Results 1 – 6 of 6) sorted by relevance
42 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()64 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
229 } else if (this == runtime->GetImtConflictMethod()) { in GetName()
365 ArtMethod* GetImtConflictMethod();
6149 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method; in AddMethodToConflictTable()6252 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()7264 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
1677 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()2556 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()
749 CHECK_EQ(runtime->GetImtConflictMethod(), in Init()