Searched defs:functions (Results 1 - 2 of 2) sorted by relevance

/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc54 const struct JNIInvokeInterface* functions; member in struct:wrapagentproperties::ProxyJavaVM
62 : functions(CreateInvokeInterface()),
131 const_cast<jvmtiInterface_1_*>(env->functions));
132 jvmtiInterface_1_** out_iface = const_cast<jvmtiInterface_1_**>(&env->functions);
141 const_cast<jvmtiInterface_1_*>(env->functions));
158 const_cast<jvmtiInterface_1_*>(env->functions));
196 const_cast<jvmtiInterface_1_*>(env->functions));
208 // number of functions makes it not worth it.
216 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_));
218 new_iface->original_interface = real_env->functions;
[all...]
/art/openjdkjvmti/include/
H A Djvmti.h1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
1793 return functions->Allocate(this, size, mem_ptr);
1797 return functions->Deallocate(this, mem);
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1806 return functions->GetCurrentThread(this, thread_ptr);
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1815 return functions->SuspendThread(this, thread);
1821 return functions->SuspendThreadList(this, request_count, request_list, results);
1825 return functions->ResumeThread(this, thread);
1831 return functions
[all...]

Completed in 261 milliseconds