Searched defs:GetJLocationFormat (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp658 JvmtiEnv::GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { function in class:JvmtiEnv
661 } /* end GetJLocationFormat */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1662 jvmtiError (JNICALL *GetJLocationFormat) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { function in struct:_jvmtiEnv
2522 return functions->GetJLocationFormat(this, format_ptr);

Completed in 37 milliseconds