Searched refs:CreateImtConflictMethod (Results 1 – 4 of 4) sorted by relevance
390 ArtMethod* CreateImtConflictMethod(LinearAlloc* linear_alloc)
1632 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod() function in art::Runtime
506 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()507 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()6020 ? runtime->CreateImtConflictMethod(linear_alloc) in AddMethodToConflictTable()6177 Runtime::Current()->CreateImtConflictMethod(linear_alloc); in FillIMTFromIfTable()
2012 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F()