Home
last modified time | relevance | path

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

/art/test/931-agent-thread/
Dagent_thread.cc146 jvmtiError result = jvmti_env->RunAgentThread(thread.get(), AgentMain, &data, data.priority); in Java_art_Test931_testAgentThread()
/art/openjdkjvmti/
Dti_thread.h109 static jvmtiError RunAgentThread(jvmtiEnv* env,
DOpenjdkJvmTi.cc239 static jvmtiError RunAgentThread(jvmtiEnv* env, in RunAgentThread() function in openjdkjvmti::JvmtiFunctions
245 return ThreadUtil::RunAgentThread(env, thread, proc, arg, priority); in RunAgentThread()
1523 JvmtiFunctions::RunAgentThread,
Dti_thread.cc802 jvmtiError ThreadUtil::RunAgentThread(jvmtiEnv* jvmti_env, in RunAgentThread() function in openjdkjvmti::ThreadUtil
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc102 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(), in CreateAgentThread()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc260 jvmti->RunAgentThread(thread.get(), AgentMain, nullptr, JVMTI_THREAD_MIN_PRIORITY); in CbVmInit()
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc192 CHECK_JVMTI(jvmti->RunAgentThread( in FinishInitialization()
/art/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()
/art/test/912-classes/
Dclasses.cc407 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(), in RunEventThread()