Home
last modified time | relevance | path

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

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