Searched defs:native_method (Results 1 – 5 of 5) sorted by relevance
67 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in artJniMethodStart() local125 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in artJniMethodEnd() local
89 private native void native_method(); in native_method() method in ClassHasNativeVisitorTest.ClassWithNative
113 JNINativeMethod native_method; in BindMethod() local
1193 void* native_method = libraries_->FindNativeMethod(self, m, error_msg, can_suspend); in FindCodeForNativeMethod() local
467 Thread* self, ArtMethod* method, const void* native_method) { in RegisterNative()