Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1634 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()
Dclass_linker.h578 ArtMethod* CreateRuntimeMethod(LinearAlloc* linear_alloc);
Dclass_linker.cc7964 ArtMethod* ClassLinker::CreateRuntimeMethod(LinearAlloc* linear_alloc) { in CreateRuntimeMethod() function in art::ClassLinker