Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc114 cached_method_name_(), in PassObserver()
156 if (cached_method_name_.empty()) { in GetMethodName()
157 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx()); in GetMethodName()
159 return cached_method_name_.c_str(); in GetMethodName()
223 std::string cached_method_name_; member in art::PassObserver