Home
last modified time | relevance | path

Searched refs:RunAgentThread (Results 1 – 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_thread.h65 static jvmtiError RunAgentThread(jvmtiEnv* env,
DOpenjdkJvmTi.cc220 static jvmtiError RunAgentThread(jvmtiEnv* env, in RunAgentThread() function in openjdkjvmti::JvmtiFunctions
226 return ThreadUtil::RunAgentThread(env, thread, proc, arg, priority); in RunAgentThread()
1758 JvmtiFunctions::RunAgentThread,
Dti_thread.cc570 jvmtiError ThreadUtil::RunAgentThread(jvmtiEnv* jvmti_env, in RunAgentThread() function in openjdkjvmti::ThreadUtil
/art/test/931-agent-thread/
Dagent_thread.cc152 jvmtiError result = jvmti_env->RunAgentThread(thread.get(), AgentMain, &data, data.priority); in Java_art_Test931_testAgentThread()
/art/runtime/openjdkjvmti/include/
Djvmti.h1056 jvmtiError (JNICALL *RunAgentThread) (jvmtiEnv* env,
1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread() function
1869 return functions->RunAgentThread(this, thread, proc, arg, priority); in RunAgentThread()