HomeSort by relevance Sort by last modified time
    Searched full:cached_method_name_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
optimizing_compiler.cc 129 cached_method_name_(),
164 if (cached_method_name_.empty()) {
165 cached_method_name_ = PrettyMethod(graph_->GetMethodIdx(), graph_->GetDexFile());
167 return cached_method_name_.c_str();
221 std::string cached_method_name_; member in class:art::PassObserver
    [all...]

Completed in 68 milliseconds