Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h322 std::string DepthString(int line) const;
Dinliner.cc76 VLOG(compiler) << DepthString(__LINE__) << msg
84 std::string HInliner::DepthString(int line) const { in DepthString() function in art::HInliner