Searched refs:CreateRuntimeMethod (Results 1 – 3 of 3) sorted by relevance
1634 ArtMethod* method = class_linker->CreateRuntimeMethod(linear_alloc); in CreateImtConflictMethod()1655 auto* method = GetClassLinker()->CreateRuntimeMethod(GetLinearAlloc()); in CreateResolutionMethod()1667 auto* method = GetClassLinker()->CreateRuntimeMethod(GetLinearAlloc()); in CreateCalleeSaveMethod()
578 ArtMethod* CreateRuntimeMethod(LinearAlloc* linear_alloc);
7964 ArtMethod* ClassLinker::CreateRuntimeMethod(LinearAlloc* linear_alloc) { in CreateRuntimeMethod() function in art::ClassLinker