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 148 cached_method_name_(),
188 if (cached_method_name_.empty()) {
189 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx());
191 return cached_method_name_.c_str();
256 std::string cached_method_name_; member in class:art::PassObserver
    [all...]

Completed in 555 milliseconds