Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc129 cached_method_name_(), in PassObserver()
164 if (cached_method_name_.empty()) { in GetMethodName()
165 cached_method_name_ = PrettyMethod(graph_->GetMethodIdx(), graph_->GetDexFile()); in GetMethodName()
167 return cached_method_name_.c_str(); in GetMethodName()
221 std::string cached_method_name_; member in art::PassObserver