Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h782 const std::string& debug_stage,
811 const std::string& debug_stage,
Dprofile_compilation_info.cc932 const std::string& debug_stage, in Fill() argument
936 return source.Read(buffer, byte_count, debug_stage, error); in Fill()
1245 const std::string& debug_stage, in Read() argument
1259 *error += "Profile EOF reached prematurely for " + debug_stage; in Read()
1262 *error += "Profile IO error for " + debug_stage + strerror(errno); in Read()