Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h455 ArtMethod* CreateImtConflictMethod(LinearAlloc* linear_alloc)
H A Dclass_linker.cc824 runtime->SetImtConflictMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
825 runtime->SetImtUnimplementedMethod(runtime->CreateImtConflictMethod(linear_alloc)); in InitWithoutImage()
6891 ? runtime->CreateImtConflictMethod(linear_alloc) in AddMethodToConflictTable()
7123 Runtime::Current()->CreateImtConflictMethod(linear_alloc); in FillIMTFromIfTable()
H A Druntime.cc2492 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod() function in art::Runtime
/aosp12/art/runtime/arch/
H A Dstub_test.cc1775 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F()