Searched defs:methodname (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dmir_analysis.cc1428 bool MIRGraph::SkipCompilationByName(const std::string& methodname) { argument
1429 return cu_->compiler_driver->SkipCompilation(methodname);
/art/runtime/
H A Dprofiler.cc765 std::string methodname = info[0]; local
791 previous_[methodname] = PreviousValue(total_count, size, context_map);
853 const std::string& methodname = it->second[0]; local
865 ProfileData curData = ProfileData(methodname, count, size, usedPercent, topKPercentage);
866 profile_map_[methodname] = curData;

Completed in 18 milliseconds