Searched refs:GetImtConflictMethod (Results 1 – 6 of 6) sorted by relevance
49 DCHECK_NE(method, GetImtConflictMethod()); in GetRuntimeMethodFrameInfo()71 inline ArtMethod* Runtime::GetImtConflictMethod() { in GetImtConflictMethod() function
394 ArtMethod* GetImtConflictMethod();
846 } else if (this == runtime->GetImtConflictMethod()) { in GetRuntimeMethodName()
6651 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method; in AddMethodToConflictTable()6755 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables()7910 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods()
2303 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()3362 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()
721 CHECK_EQ(runtime->GetImtConflictMethod(), in InitAppImage()