Searched refs:end_location_ptr (Results 1 – 4 of 4) sorted by relevance
70 jlocation* end_location_ptr);
383 jlocation* end_location_ptr) { in GetMethodLocation() argument393 if (start_location_ptr == nullptr || end_location_ptr == nullptr) { in GetMethodLocation()401 *end_location_ptr = -1; in GetMethodLocation()407 *end_location_ptr = art_method->DexInstructions().InsnsSizeInCodeUnits() - 1; in GetMethodLocation()
926 jlocation* end_location_ptr) { in GetMethodLocation() argument928 return MethodUtil::GetMethodLocation(env, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
1383 jlocation* end_location_ptr);2314 jlocation* end_location_ptr) { in GetMethodLocation()2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr); in GetMethodLocation()