Home
last modified time | relevance | path

Searched refs:jni (Results 1 – 25 of 123) sorted by relevance

12345

/art/tools/jvmti-agents/ti-fast/
Dtifast.cc75 …jni_fun(VMInit, EVENT(VM_INIT), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread), (jvmti, jni, jthre…
76 jni_fun(VMDeath, EVENT(VM_DEATH), (jvmtiEnv* jvmti, JNIEnv* jni), (jvmti, jni)) \
77 …ThreadStart, EVENT(THREAD_START), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread), (jvmti, jni, jth…
78 …fun(ThreadEnd, EVENT(THREAD_END), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread), (jvmti, jni, jth…
79 …IEnv* jni, jclass klass, jobject obj1, const char* c1, jobject obj2, jint i1, const unsigned char*…
80 …ssLoad, EVENT(CLASS_LOAD), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jclass klass), (jvmti, j…
81 …are, EVENT(CLASS_PREPARE), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jclass klass), (jvmti, j…
82 jni_fun(VMStart, EVENT(VM_START), (jvmtiEnv* jvmti, JNIEnv* jni), (jvmti, jni)) \
83 …Env* jvmti, JNIEnv* jni, jthread thread, jmethodID meth1, jlocation loc1, jobject obj, jmethodID m…
84 …ION_CATCH), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jmethodID meth, jlocation loc, jobject …
[all …]
/art/runtime/
Dreflection_test.cc143 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod()
155 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
159 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
163 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
168 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
181 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
185 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
189 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
193 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
206 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityDoubleMethod()
[all …]
/art/test/1972-jni-id-swap-indices/
Drun19 …un $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xauto-promot…
/art/test/1973-jni-id-swap-pointer/
Drun19 …un $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xauto-promot…
/art/openjdkjvmti/
Dti_object.cc89 art::JNIEnvExt* jni = self->GetJniEnv(); in GetObjectMonitorUsage() local
100 jni->AddLocalReference<jthread>(info.owner_->GetPeerFromOtherThread()) : nullptr; in GetObjectMonitorUsage()
105 notify_wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
106 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
113 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
Dti_field.cc145 art::ArtField* art_field = art::jni::DecodeArtField(field); in GetFieldName()
218 art::ArtField* art_field = art::jni::DecodeArtField(field); in GetFieldDeclaringClass()
241 art::ArtField* art_field = art::jni::DecodeArtField(field); in GetFieldModifiers()
264 art::ArtField* art_field = art::jni::DecodeArtField(field); in IsFieldSynthetic()
280 auto res_pair = env->modify_watched_fields.insert(art::jni::DecodeArtField(field)); in SetFieldModificationWatch()
297 auto pos = env->modify_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldModificationWatch()
314 auto res_pair = env->access_watched_fields.insert(art::jni::DecodeArtField(field)); in SetFieldAccessWatch()
331 auto pos = env->access_watched_fields.find(art::jni::DecodeArtField(field)); in ClearFieldAccessWatch()
/art/test/1985-structural-redefine-stack-scope/
Dstack_scope.cc52 ReflectiveHandle<ArtField> rf(fhs.NewHandle(jni::DecodeArtField(fid))); in Java_Main_NativeFieldScopeCheck()
53 ReflectiveHandle<ArtField> bf(bhs.NewHandle(jni::DecodeArtField(fid))); in Java_Main_NativeFieldScopeCheck()
78 CHECK_EQ(fid, jni::EncodeArtField(rf)); in Java_Main_NativeFieldScopeCheck()
/art/tools/jvmti-agents/jit-load/
Djitload.cc129 JNIEnv* jni = nullptr; in Agent_OnAttach() local
131 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6)); in Agent_OnAttach()
135 VmInitCb(jvmti, jni, thr); in Agent_OnAttach()
137 jni->DeleteLocalRef(thr); in Agent_OnAttach()
/art/test/913-heaps/
Dexpected.txt3 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
45 root@root --(jni-global)--> 1@1000 [size=16, length=-1]
46 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 1@1000 [size=16, length=-…
47 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
101 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
111 root@root --(jni-global)--> 1@1000 [size=16, length=-1]
112 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 1@1000 [size=16, length=-…
113 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=…
175 root@root --(jni-global)--> 1@1000 [size=16, length=-1]
176 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 1@1000 [size=16, length=-…
[all …]
/art/runtime/mirror/
Dmethod_handles_lookup.cc45 ArtMethod* lookup = jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_lookup); in GetDefault()
55 jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_Lookup_findConstructor); in FindConstructor()
/art/test/2007-virtual-structural-finalizable/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1993-fallback-non-structural/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2009-structural-local-ref/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2012-structural-redefinition-failures-jni-id/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2036-structural-subclass-shadow/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1999-virtual-structural/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2000-virtual-list-structural/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1998-structural-shadow-field/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1976-hello-structural-static-methods/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2006-virtual-structural-finalizing/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1995-final-virtual-structural-multithread/
Drun21 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1990-structural-bad-verify/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2005-pause-all-redefine-multithreaded/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/1982-no-virtuals-structural-redefinition/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
/art/test/2003-double-virtual-structural/
Drun17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true

12345