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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2798 // end_location_ptr - pre-checked for NULL
2800 JvmtiEnv::GetMethodLocation(methodOop method_oop, jlocation* start_location_ptr, jlocation* end_location_ptr) { argument
2804 (*end_location_ptr) = (jlocation) (method_oop->code_size() - 1);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1383 jlocation* end_location_ptr);
2314 jlocation* end_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 87 milliseconds