Home
last modified time | relevance | path

Searched refs:GetThreadCpuTime (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/include/
Djvmti.h1697 jvmtiError (JNICALL *GetThreadCpuTime) (jvmtiEnv* env,
2451 jvmtiError GetThreadCpuTime(jthread thread, in GetThreadCpuTime() function
2453 return functions->GetThreadCpuTime(this, thread, nanos_ptr); in GetThreadCpuTime()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1223 static jvmtiError GetThreadCpuTime(jvmtiEnv* env, in GetThreadCpuTime() function in openjdkjvmti::JvmtiFunctions
1641 JvmtiFunctions::GetThreadCpuTime,