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