/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 75 …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/ |
D | reflection_test.cc | 143 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 …]
|
D | class_loader_utils.h | 85 jni::DecodeArtField(WellKnownClasses::dalvik_system_BaseDexClassLoader_pathList)-> in VisitClassLoaderDexElements() 90 jni::DecodeArtField(WellKnownClasses::dalvik_system_DexPathList_dexElements)-> in VisitClassLoaderDexElements() 126 jni::DecodeArtField(WellKnownClasses::dalvik_system_DexFile_cookie); in VisitClassLoaderDexFiles() 128 jni::DecodeArtField(WellKnownClasses::dalvik_system_DexPathList__Element_dexFile); in VisitClassLoaderDexFiles()
|
/art/test/1973-jni-id-swap-pointer/ |
D | run | 19 …un $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xauto-promot…
|
/art/test/1972-jni-id-swap-indices/ |
D | run | 19 …un $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xauto-promot…
|
/art/openjdkjvmti/ |
D | ti_object.cc | 89 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()
|
D | ti_field.cc | 145 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/ |
D | stack_scope.cc | 52 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/ |
D | jitload.cc | 129 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/ |
D | expected.txt | 3 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/ |
D | method_handles_lookup.cc | 45 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/1998-structural-shadow-field/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2007-virtual-structural-finalizable/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/1977-hello-structural-obsolescence/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/1983-structural-redefinition-failures/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/1999-virtual-structural/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2005-pause-all-redefine-multithreaded/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2009-structural-local-ref/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2035-structural-native-method/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2000-virtual-list-structural/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2004-double-virtual-structural-abstract/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/1976-hello-structural-static-methods/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/2002-virtual-structural-initializing/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|
/art/test/1993-fallback-non-structural/ |
D | run | 17 ./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
|