/art/openjdkjvmti/include/ |
D | jvmti.h | 1787 const struct jvmtiInterface_1_ *functions; member 1793 return functions->Allocate(this, size, mem_ptr); in Allocate() 1797 return functions->Deallocate(this, mem); in Deallocate() 1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState() 1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread() 1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads() 1815 return functions->SuspendThread(this, thread); in SuspendThread() 1821 return functions->SuspendThreadList(this, request_count, request_list, results); in SuspendThreadList() 1825 return functions->ResumeThread(this, thread); in ResumeThread() 1831 return functions->ResumeThreadList(this, request_count, request_list, results); in ResumeThreadList() [all …]
|
/art/test/950-redefine-intrinsic/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin. 3 Tests that we are able to redefine intrinsic functions.
|
/art/test/1934-jvmti-signal-thread/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin. 3 Tests that the StopThread and InterruptThread functions work as expected.
|
/art/test/967-default-ame/ |
D | expected.txt | 2 Calling functions on concrete Main 9 Calling functions on interface Iface 16 Calling functions on interface Iface2
|
/art/test/966-default-conflict/ |
D | expected.txt | 3 Calling functions on concrete Main 10 Calling functions on interface Iface 17 Calling functions on interface Iface2
|
/art/test/1993-fallback-non-structural/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin. 3 Tests that using the structural redefinition functions will fall back to non-structural
|
/art/test/965-default-verify/ |
D | expected.txt | 2 Calling functions on concrete Main 9 Calling functions on interface Iface
|
/art/test/1948-obsolete-const-method-handle/util-src/ |
D | info.txt | 2 contents of src/. Then it uses TestGenerator to add additional functions to the 4 constant method-handle and invokes it in TestInvoker and functions that will
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 54 const struct JNIInvokeInterface* functions; member 62 : functions(CreateInvokeInterface()), in ProxyJavaVM() 131 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapDisposeEnvironment() 132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions); in WrapDisposeEnvironment() 141 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapGetSystemProperty() 159 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapGetSystemProperties() 197 const_cast<jvmtiInterface_1_*>(env->functions)); in WrapSetSystemProperty() 218 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_)); in SetupProxyJvmtiEnv() 220 new_iface->original_interface = real_env->functions; in SetupProxyJvmtiEnv() 229 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&real_env->functions); in SetupProxyJvmtiEnv()
|
/art/test/1972-jni-id-swap-indices/ |
D | jni_id.cc | 35 auto get_id = is_static ? env->functions->GetStaticMethodID : env->functions->GetMethodID; in Java_Main_GetMethodId()
|
/art/test/1917-get-stack-frame/ |
D | info.txt | 1 Tests stack frame functions of jvmti
|
/art/test/904-object-allocation/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/931-agent-thread/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/1937-transform-soft-fail/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/903-hello-tagging/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/913-heaps/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/936-search-onload/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/918-fields/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/932-transform-saves/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/935-non-retransformable/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/907-get-loaded-classes/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/922-properties/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/933-misc-events/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/948-change-annotations/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|
/art/test/938-load-transform-bcp/ |
D | info.txt | 1 Tests basic functions in the jvmti plugin.
|