Searched defs:native_method (Results 1 – 4 of 4) sorted by relevance
69 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in artJniMethodStart() local126 ArtMethod* native_method = *self->GetManagedStack()->GetTopQuickFrame(); in artJniMethodEnd() local
113 JNINativeMethod native_method; in BindMethod() local
1168 void* native_method = libraries_->FindNativeMethod(self, m, error_msg, can_suspend); in FindCodeForNativeMethod() local
431 Thread* self, ArtMethod* method, const void* native_method) { in RegisterNative()