Home | History | Annotate | Download | only in quick

Lines Matching refs:artFindNativeMethod

2307 extern "C" const void* artFindNativeMethod();
2309 extern "C" const void* artFindNativeMethod(Thread* self);
2424 nativeCode = artFindNativeMethod();
2426 nativeCode = artFindNativeMethod(self);
2445 // Note that the native code pointer will be automatically set by artFindNativeMethod().