Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h654 const std::string& debug_stage,
683 const std::string& debug_stage,
Dprofile_compilation_info.cc916 const std::string& debug_stage, in Fill() argument
920 return source.Read(buffer, byte_count, debug_stage, error); in Fill()
1213 const std::string& debug_stage, in Read() argument
1227 *error += "Profile EOF reached prematurely for " + debug_stage; in Read()
1230 *error += "Profile IO error for " + debug_stage + strerror(errno); in Read()