Home
last modified time | relevance | path

Searched refs:CreateImtConflictMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h373 ArtMethod* CreateImtConflictMethod(LinearAlloc* linear_alloc)
Druntime.cc1920 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod() function in art::Runtime
Dclass_linker.cc562 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
563 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
6253 ? runtime->CreateImtConflictMethod(linear_alloc) in AddMethodToConflictTable()
6485 Runtime::Current()->CreateImtConflictMethod(linear_alloc); in FillIMTFromIfTable()
/art/runtime/arch/
Dstub_test.cc1899 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F()