Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 93) sorted by relevance

1234

/art/openjdkjvmti/include/
Djvmti.h1787 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/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
3 Tests that we are able to redefine intrinsic functions.
/art/test/1934-jvmti-signal-thread/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
3 Tests that the StopThread and InterruptThread functions work as expected.
/art/test/967-default-ame/
Dexpected.txt2 Calling functions on concrete Main
9 Calling functions on interface Iface
16 Calling functions on interface Iface2
/art/test/966-default-conflict/
Dexpected.txt3 Calling functions on concrete Main
10 Calling functions on interface Iface
17 Calling functions on interface Iface2
/art/test/1993-fallback-non-structural/
Dinfo.txt1 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/
Dexpected.txt2 Calling functions on concrete Main
9 Calling functions on interface Iface
/art/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt2 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/
Dwrapagentproperties.cc54 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/
Djni_id.cc35 auto get_id = is_static ? env->functions->GetStaticMethodID : env->functions->GetMethodID; in Java_Main_GetMethodId()
/art/test/1917-get-stack-frame/
Dinfo.txt1 Tests stack frame functions of jvmti
/art/test/904-object-allocation/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/931-agent-thread/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/1937-transform-soft-fail/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/903-hello-tagging/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/913-heaps/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/936-search-onload/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/918-fields/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/932-transform-saves/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/935-non-retransformable/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/907-get-loaded-classes/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/922-properties/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/933-misc-events/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/948-change-annotations/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/938-load-transform-bcp/
Dinfo.txt1 Tests basic functions in the jvmti plugin.

1234