Searched refs:this_location_info (Results 1 – 1 of 1) sorted by relevance
411 auto this_location_info = trace::GetDebugInfo(debug_info, std::string("")); in GetEvalStackInfo() local412 if (this_location_info.empty() || this_location_info == last_location_info) { in GetEvalStackInfo()416 last_location_info = this_location_info; in GetEvalStackInfo()417 oss << "# " << index++ << " " << this_location_info; in GetEvalStackInfo()