Searched refs:start_location_ptr (Results 1 – 4 of 4) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | ti_method.h | 68 jlocation* start_location_ptr,
|
D | ti_method.cc | 276 jlocation* start_location_ptr, in GetMethodLocation() argument 287 if (start_location_ptr == nullptr || end_location_ptr == nullptr) { in GetMethodLocation() 294 *start_location_ptr = -1; in GetMethodLocation() 300 *start_location_ptr = 0; in GetMethodLocation()
|
D | OpenjdkJvmTi.cc | 900 jlocation* start_location_ptr, in GetMethodLocation() argument 903 return MethodUtil::GetMethodLocation(env, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 1382 jlocation* start_location_ptr, 2313 jlocation* start_location_ptr, in GetMethodLocation() 2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
|