Home
last modified time | relevance | path

Searched refs:debug_stage (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h703 const std::string& debug_stage,
732 const std::string& debug_stage,
Dprofile_compilation_info.cc979 const std::string& debug_stage, in Fill() argument
983 return source.Read(buffer, byte_count, debug_stage, error); in Fill()
1326 const std::string& debug_stage, in Read() argument
1340 *error += "Profile EOF reached prematurely for " + debug_stage; in Read()
1343 *error += "Profile IO error for " + debug_stage + strerror(errno); in Read()