Lines Matching refs:jni
85 art::jni::EncodeArtMethod(method), in RegisterNativeMethod()
120 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetBytecodes()
153 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetArgumentsSize()
188 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLocalVariableTable()
274 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMaxLocals()
303 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodName()
370 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodDeclaringClass()
387 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodLocation()
419 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetMethodModifiers()
443 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in GetLineNumberTable()
500 art::ArtMethod* art_method = art::jni::DecodeArtMethod(method); in IsMethodT()
649 art::JNIEnvExt* jni = art::Thread::Current()->GetJniEnv(); in GetResult() local
650 val_->l = static_cast<JNIEnv*>(jni)->NewLocalRef(obj_val_); in GetResult()
651 jni->DeleteGlobalRef(obj_val_); in GetResult()
692 art::JNIEnvExt* jni = art::Thread::Current()->GetJniEnv(); in Execute() local
695 jni, obj.IsNull() ? nullptr : jni->AddLocalReference<jobject>(obj)); in Execute()
696 obj_val_ = jni->NewGlobalRef(local.get()); in Execute()