Searched refs:RunAgentThread (Results 1 – 9 of 9) sorted by relevance
/art/test/931-agent-thread/ |
D | agent_thread.cc | 146 jvmtiError result = jvmti_env->RunAgentThread(thread.get(), AgentMain, &data, data.priority); in Java_art_Test931_testAgentThread()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 109 static jvmtiError RunAgentThread(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 239 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,
|
D | ti_thread.cc | 802 jvmtiError ThreadUtil::RunAgentThread(jvmtiEnv* jvmti_env, in RunAgentThread() function in openjdkjvmti::ThreadUtil
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 102 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(), in CreateAgentThread()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 260 jvmti->RunAgentThread(thread.get(), AgentMain, nullptr, JVMTI_THREAD_MIN_PRIORITY); in CbVmInit()
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 192 CHECK_JVMTI(jvmti->RunAgentThread( in FinishInitialization()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1056 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/ |
D | classes.cc | 407 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(), in RunEventThread()
|