Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1905 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) { in CreateRuntimeMethod() function
1922 ArtMethod* method = CreateRuntimeMethod(class_linker, linear_alloc); in CreateImtConflictMethod()
1943 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateResolutionMethod()
1955 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc()); in CreateCalleeSaveMethod()