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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2797 // start_location_ptr - pre-checked for NULL
2800 JvmtiEnv::GetMethodLocation(methodOop method_oop, jlocation* start_location_ptr, jlocation* end_location_ptr) { argument
2807 (*start_location_ptr) = (jlocation)(-1);
2809 (*start_location_ptr) = (jlocation)(0);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1382 jlocation* start_location_ptr,
2313 jlocation* start_location_ptr,
2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr);
2312 GetMethodLocation(jmethodID method, jlocation* start_location_ptr, jlocation* end_location_ptr) argument

Completed in 70 milliseconds