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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp656 // format_ptr - pre-checked for NULL
658 JvmtiEnv::GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { argument
659 *format_ptr = JVMTI_JLOCATION_JVMBCI;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1663 jvmtiJlocationFormat* format_ptr);
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { argument
2522 return functions->GetJLocationFormat(this, format_ptr);

Completed in 419 milliseconds