Searched refs:RegisterNative (Results 1 – 4 of 4) sorted by relevance
120 return class_linker->RegisterNative(self, method, native_code); in artFindNativeMethodRunnable()
797 const void* RegisterNative(Thread* self, ArtMethod* method, const void* native_method)
464 const void* ClassLinker::RegisterNative( in RegisterNative() function in art::ClassLinker
2590 const void* final_function_ptr = class_linker->RegisterNative(soa.Self(), m, fnPtr); in RegisterNatives()