Searched refs:GetImtConflictMethod (Results 1 – 4 of 4) 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()
2303 image_methods_[ImageHeader::kImtConflictMethod] = runtime->GetImtConflictMethod(); in CalculateNewObjectOffsets()3362 DCHECK_NE(method, Runtime::Current()->GetImtConflictMethod()) << method->PrettyMethod(); in GetQuickCode()