Searched refs:RunAgentThread (Results 1 - 7 of 7) sorted by relevance

/art/openjdkjvmti/
H A Dti_thread.h79 static jvmtiError RunAgentThread(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc227 static jvmtiError RunAgentThread(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
233 return ThreadUtil::RunAgentThread(env, thread, proc, arg, priority);
1591 JvmtiFunctions::RunAgentThread,
H A Dti_thread.cc745 jvmtiError ThreadUtil::RunAgentThread(jvmtiEnv* jvmti_env, function in class:openjdkjvmti::ThreadUtil
/art/test/931-agent-thread/
H A Dagent_thread.cc152 jvmtiError result = jvmti_env->RunAgentThread(thread.get(), AgentMain, &data, data.priority);
/art/test/1919-vminit-thread-start-timing/
H A Dvminit.cc97 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(),
/art/openjdkjvmti/include/
H A Djvmti.h1056 jvmtiError (JNICALL *RunAgentThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1865 jvmtiError RunAgentThread(jthread thread, function in struct:_jvmtiEnv
1869 return functions->RunAgentThread(this, thread, proc, arg, priority);
/art/test/912-classes/
H A Dclasses.cc407 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(),

Completed in 129 milliseconds