Searched refs:computed_location (Results 1 – 1 of 1) sorted by relevance
1132 MessageLocation computed_location; in Throw() local1134 if (location == NULL && ComputeLocation(&computed_location)) { in Throw()1135 location = &computed_location; in Throw()1636 MessageLocation computed_location; in Throw() local1638 (ComputeLocationFromException(&computed_location, exception) || in Throw()1639 ComputeLocationFromStackTrace(&computed_location, exception) || in Throw()1640 ComputeLocation(&computed_location))) { in Throw()1641 location = &computed_location; in Throw()