Home
last modified time | relevance | path

Searched refs:start_location_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_method.h69 jlocation* start_location_ptr,
Dti_method.cc400 jlocation* start_location_ptr, in GetMethodLocation() argument
411 if (start_location_ptr == nullptr || end_location_ptr == nullptr) { in GetMethodLocation()
418 *start_location_ptr = -1; in GetMethodLocation()
424 *start_location_ptr = 0; in GetMethodLocation()
DOpenjdkJvmTi.cc895 jlocation* start_location_ptr, in GetMethodLocation() argument
898 return MethodUtil::GetMethodLocation(env, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
/art/openjdkjvmti/include/
Djvmti.h1382 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()