Searched defs:native_method (Results 1 – 5 of 5) sorted by relevance
70 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in JniMethodFastStart() local85 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in JniMethodStart() local102 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in GoToRunnable() local112 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in GoToRunnableFast() local
89 private native void native_method(); in native_method() method in ClassHasNativeVisitorTest.ClassWithNative
113 JNINativeMethod native_method; in BindMethod() local
1140 void* native_method = libraries_->FindNativeMethod(self, m, detail); in FindCodeForNativeMethod() local
465 Thread* self, ArtMethod* method, const void* native_method) { in RegisterNative()