Searched refs:CreateImtConflictMethod (Results 1 – 4 of 4) sorted by relevance
440 ArtMethod* CreateImtConflictMethod(LinearAlloc* linear_alloc)
2276 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod() function in art::Runtime
900 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()901 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()6934 ? runtime->CreateImtConflictMethod(linear_alloc) in AddMethodToConflictTable()7169 Runtime::Current()->CreateImtConflictMethod(linear_alloc); in FillIMTFromIfTable()
1775 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F()