Home
last modified time | relevance | path

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

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