Searched refs:RegisterNative (Results 1 – 4 of 4) sorted by relevance
49 return method->RegisterNative(native_code, false); in artFindNativeMethod()
412 const void* RegisterNative(const void* native_method, bool is_fast)
379 const void* ArtMethod::RegisterNative(const void* native_method, bool is_fast) { in RegisterNative() function in art::ArtMethod
2281 const void* final_function_ptr = m->RegisterNative(fnPtr, is_fast); in RegisterNativeMethods()