Searched refs:GetTimerInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1702 jvmtiError (JNICALL *GetTimerInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2456 jvmtiError GetTimerInfo(jvmtiTimerInfo* info_ptr) { function in struct:_jvmtiEnv
2457 return functions->GetTimerInfo(this, info_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3360 JvmtiEnv::GetTimerInfo(jvmtiTimerInfo* info_ptr) { function in class:JvmtiEnv
3363 } /* end GetTimerInfo */

Completed in 55 milliseconds