Searched defs:CreateRuntimeMethod (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Druntime.cc2064 static ArtMethod* CreateRuntimeMethod(ClassLinker* class_linker, LinearAlloc* linear_alloc) { function in namespace:art
2081 ArtMethod* method = CreateRuntimeMethod(class_linker, linear_alloc);
2102 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc());
2114 auto* method = CreateRuntimeMethod(GetClassLinker(), GetLinearAlloc());

Completed in 52 milliseconds